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
How is c++ used in the real world?
Explain shallow copy?
What is a constructor and how is it called?
What is isdigit c++?
When should overload new operator on a global basis or a class basis?
What is a local reference?
Explain how we implement exception handling in c++?
Define a nested class. Explain how it can be useful.
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Is c++ the most powerful language?
Describe private, protected and public?
What is the difference between global variables and static varables?
what is Loop function? What are different types of Loops?
What is a dll entry point?
What are c++ redistributables?