answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What is the basic difference between variables and data types in the c?

Variables are names given to the data. Data types are the kinds of data which the computer interacts with. In C there are five basic data types : 1)char (basically anything in ' '. Normally a single character) 2)int (all integers like -5 , 10 , -3201 etc) 3)float (any decimal value) 4)double (Higher decimal value) 5)void (nothing) Consider the following statement int var = 1; The above statement means that you are declaring a variable var which is of data type int and giving the variable a value of 1.


Variables as object in java?

There are two main categories of variables in Java. They are primitive and non primitive. Primitive data types are the basic data types like int, float, char etc. These are not objects. The other non primitive data types are all types of Java Objects. Example: String, ArrayList etc.


Quantitative variables can be separated into what two types?

nominal and ordinal is wrong; those are the two types of qualitative variables. Ratio and interval are the two types of quantitative variables.


What is difference between FE415 FE 500 grade reinforcement steel?

Fe 415 and Fe 500 - both are the types of reinforcement steel. The basic difference is in the tensile strength -denoted by 415 & 500. Fe 500 is economical in comparison with Fe 415.


What are the data types of variables in foxpro?

In FoxPro, the main data types for variables include Numeric, Character, Date, and Logical. Numeric variables can store numbers, while Character variables hold strings of text. Date variables are used for storing date values, and Logical variables can represent true or false values. Additionally, FoxPro supports Memo fields for storing large text blocks and Array types for collections of variables.

Related Questions

What is the basic difference between the different types of amino acids?

Side chains


What is the difference between class data type and basic type in c plus plus .How can someone know which one is class type and which one is basic type.?

Basic types (primitive data types) have no methods associated with them.


Coefficient of elasticity how many types?

As many types as variables are used to calculate the elasticity. Elasticity is simply a relationship between rates of change of variables in equations.


What is the basic difference among the three types of multivibrators?

ur gross!


What is the basic difference among the three types of multivibrator?

ur gross!


Define hypothesis and its various types?

A hypothesis is a proposed explanation or prediction that is based on limited evidence and subject to further investigation. It serves as the starting point for scientific research and helps guide the design of experiments or studies. There are two main types of hypotheses: null and alternative. A null hypothesis states that there is no relationship or difference between variables, while an alternative hypothesis asserts that there is a relationship or difference between variables.


What is the basic difference between variables and data types in the c?

Variables are names given to the data. Data types are the kinds of data which the computer interacts with. In C there are five basic data types : 1)char (basically anything in ' '. Normally a single character) 2)int (all integers like -5 , 10 , -3201 etc) 3)float (any decimal value) 4)double (Higher decimal value) 5)void (nothing) Consider the following statement int var = 1; The above statement means that you are declaring a variable var which is of data type int and giving the variable a value of 1.


2 types of variables?

Qualitative and quanitative are two types of variables.


What are the two types of variables?

The two types of variables are the CONSTANT and CONTROL.


What is the difference between relational tuple calculus and domain calculus?

Relational tuple calculus has its variables range over tuples, where domain relational calculus ranges its variables over the field values, or domain elements. Both types of calculus are subsets of first order logic.


Explain the difference betwwen the two types of feeding?

explain the difference between the two types of feeding?


Variables as object in java?

There are two main categories of variables in Java. They are primitive and non primitive. Primitive data types are the basic data types like int, float, char etc. These are not objects. The other non primitive data types are all types of Java Objects. Example: String, ArrayList etc.