Answer Posted / 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 |
Post New Answer View All Answers
Explain polymorphism?
What is const pointer and const reference?
What is searching? Explain linear and binary search.
Explain one method to process an entire string as one unit?
How java is different from c and c++?
How do you differentiate between overloading the prefix and postfix increments?
What is the first name of c++?
Where and why do I have to put the "template" and "typename" keywords?
What are disadvantages of pointers?
What do you mean by early binding?
What does it mean to declare a destructor as static?
What does it mean to declare a member function as virtual?
What is bubble sort c++?
What are compilers in c++?
Do you know about latest advancements in C++ ?