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
What does new in c++ do?
What is microsoft c++ redistributable?
Can member functions be private?
What is setf in c++?
Define a nested class.
How long does it take to get good at leetcode?
Difference between strdup and strcpy?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What are c++ data types?
What is guard code in c++?
What are the main features of c++?
Why was c++ created?
What is the use of endl in c++ give an example?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is the best ide for c++?