What are the different types of variables in C++?
Answer / nashiinformaticssolutions
The memory size and arrangement of a variable, the values that can be stored there, and the actions that can be performed on the variable are all determined by the kind of variable. In C++, /* 0some of the primary variable types are:
Char is used to hold single characters.• integers are stored int.
• float: holds values in floating-point format.
• double: doubles the precision of float by storing floating-point numbers.
• void: denotes the lack of a type.
The value stored in a bool is either "true" or "false."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is pair in c++?
how to create window program in c++.please explain.
Explain the difference between using macro and inline functions?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
Is arr and &arr are same expression for an array?
give me some class & objects examples?
When does a name clash occur in c++?
What are the advantages of using friend classes?
What are structs in c++?
What is the difference between an array and a list?
Write about all the implicit member functions of a class?
Describe the setting up of my member functions to avoid overriding by the derived class?