Q. How many byte(s) does a char type take in C?
β
Correct Answer: (A)
1
Explanation: The char data type takes one byte in the memory.