in C language a char data type always occupies true false
Answers
Answered by
0
Answer:
The char data type is used to store a single character and is the most basic data type in C. It requires only one byte of memory for storage and can contain both positive and negative values.
Similar questions