Answers for "types of variables in c language"

C
0

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)
Posted by: Guest on May-25-2021

Code answers related to "C"

Browse Popular Code Answers by Language