Fundamental datatypes are those
data types using which u can make more complex
data types. C has got 4
fundamental data types, and they are :- char(1byte), int(2-4bytes), float(4-8bytes) and double(greater than 8bytes). The size of char
data type s constant on all systems.
read more >>