What is data types c++?



What is data types c++?..

Answer / Darshan Kumar Singh

Data types in C++ include integral types (int, char, bool), floating-point types (float, double), character string type (std::string), and user-defined data types such as classes and structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain the virtual inheritance in c++.

1 Answers  


What is #include sstream?

1 Answers  


What is the object serialization?

1 Answers  


What is general form of pure virtual function? Explain?

1 Answers  


Why iomanip is used in c++?

1 Answers  


in C++ , the word plus plus who found this?

4 Answers  


What are references in c++? What is a local reference?

1 Answers  


What is Memory Alignment?

2 Answers   TCS,


What and all can a compiler provides by default?

3 Answers   Accenture, HP,


What is private public protected in c++?

1 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

1 Answers  


What is type of 'this' pointer? Explain when it is get created?

1 Answers  


Categories