What are the different data types present in C++?



What are the different data types present in C++?..

Answer / hrpynux@gmail.com

Integer.
Character.
Boolean.
Floating Point.
Double Floating Point.
Valueless or Void.
Wide Character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What do you mean by stack unwinding in c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is the full form of india?

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  






Implement strncpy

3 Answers  


What does namespace mean in c++?

0 Answers  


How do I start a c++ project?

0 Answers  


What is the prototype of printf function?

0 Answers  


What does std :: flush do?

0 Answers  


Can we use resume in error handling i.e. in the catch block

5 Answers   Infosys,


What is c++ stringstream?

0 Answers  


Categories