Difficulty - Medium
Total Plays -
65
Allowed Time - 10 sec
Best time - 1.042 sec
What is the size of char in C programming language?
Tip: Click "Play" to reveal options and start playing.
#A
#B
#C
#D
Explanation:
In C, char is defined as exactly 1 byte. The actual number of bits in a byte is implementation-defined, but sizeof(char) is always 1.