What are the different types of variables in C++?

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


Please Help Members By Posting Answers For Below Questions

What does new in c++ do?

730


What is microsoft c++ redistributable?

767


Can member functions be private?

768


What is setf in c++?

811


Define a nested class.

808


How long does it take to get good at leetcode?

874


Difference between strdup and strcpy?

856


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?

762


What are c++ data types?

853


What is guard code in c++?

868


What are the main features of c++?

733


Why was c++ created?

767


What is the use of endl in c++ give an example?

860


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

797


What is the best ide for c++?

781