answersLogoWhite

0

An example may help:

int x= 3;

Here 'int' is a type, 'x' is a variable with the type, and '3' is a value of the type.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you create an object type object in c plus plus?

An object is simply an instance of a class. #include<iostream> class my_object {}; int main() { my_object X; // instantiate an instance of the class my_object, identified as X. }


What is the difference between the structure tag and structure variable?

The structure tag is a type. The structure variable is an instance of that type.


What is the difference between declaration and a definition in c plus plus?

A declaration is an incomplete type whereas a definition is a complete type.


What is the c plus plus command to read a line?

You can use cin which located in iostream.h You have to use certain data type to read string, for instance, array of char


What type of bond will form between Ca plus S?

polar


What numbers are between 2567 and 2756?

There are infinitely many numbers between 2567 and 2756 if the type of numbers is not specified. For instance... 2568, 2567.7, 2768.33409340293.... are the numbers between these values


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.


How much does turkey cost at Walmart?

What type? For instance, Butterball (tm), kosher, cooked, etc.


What the difference between o plus and o?

The "O+" blood type is a subtype of the "O" blood type. Individuals who are O+ have the Rh factor present on their red blood cells, while individuals who are O- do not have the Rh factor. This distinction is important in blood transfusions to ensure compatibility between donors and recipients.


What is difference between '1' and 1 as for us a computer is concerned with respect to c plus plus?

When you type '1' in a C++ program, it is considered to be of character data type(char). When you type 1, it is considered to be of integer data type.


How do you upgrade your msn?

If you have the old msn for instance but you want msn plus,you go on google and type MSN plus. Then what you do is click on it and it will give you a little bit of information about it. Then there will be a button saying download now. You click that utton and it will download.


What is an instance in vbnet?

An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.