What is size of long in C?
Size of Primary Data Types Type Range Size (in bytes) unsigned short int 0 to 65535 2 signed short int or short int -32,768 to +32767 2 unsigned long int 0 to +4,294,967,295 4 signed long int or long int -2,147,483,648 to +2,147,483,647 4 Par ailleurs, How many bytes is ...














