Computer Science, asked by neetuthakur2275, 11 months ago

What is the data type that occupies the least storage space in c language?

Answers

Answered by MrPrinceX
0

char data type

char data typeThe 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. There are also other datatypes which occupy one byte of memory.

Similar questions