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

plz send me National informatics center paper pattern

1 Answers  


What are the types of pointer?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,






program to print this triangle * * * * * *

12 Answers   Infosys,


What is a character in c++?

0 Answers  


What is function overriding in c++?

0 Answers  


describe private access specifiers?

0 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


What is abstract class in c++?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Categories