how many types of variables are there in c language code example
Example: how many types of variables are there in c language
There are four main types, char, int float and double.
char being able to accept numbers from 0 to 127.(%c)
int being able to be a number between -32767 and 32767 or a 16 bit signed word.(%i)