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

Differentiate between declaration and definition in C++?

1 Answers  


How one would use switch in a program?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


How do I exit turbo c++?

0 Answers  


What is a responder chain?

0 Answers  






When volatile can be used?

3 Answers   Symphony,


What is c++ in english?

0 Answers  


What is a manipulator in c++?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What c++ is used for?

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


Categories