Dalam C++
Terdapat beberapa type data. Type data digunakan untuk menentukan type dari
suatu variabel. Beberapa type data dalam c++ yaitu :
unsigned char 0 .. 255
char -128 ..
127
short int -32.768 ..
32.767
unsigned int 0 .. 4.294.967.295
int -32768
.. 32767
long -2.147.483.648
.. 2.147.483.647
float 3.4E-38 ..
3.4E+38
double 1.7E-308 ..
1.7E+308
Bentuk umum
penulisan variabel adalah :
Type_data Variabel ;
Misal :
int x,y;
Sign up here with your email
ConversionConversion EmoticonEmoticon