Saved Bookmarks
| 1. |
In C language a char data type always occupies true false |
|
Answer» ong>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. |
|