Data types in C and C++

 
char
int
long
float
double
 
 
C and C++ do not have a string variable data type. Arrays of Chars are used to manipulate text in C and String objects are used in C++