Computer Science, asked by diptijaveri2034, 11 months ago

Wt is the data type that occupies the least storage in c language

Answers

Answered by SillySam
9
HEYA MATE, HERE IS UR ANSWER ______________

1)Char

2)unsigned Char

3)Signed char

each of them occupies 1 byte .


______☆☆HOPE THE ANSWER HELPS YOU. ☆☆______☆☆☆BE BRAINLY ☆☆
Answered by topanswers
0

C is associated with different data types to each variable and occupies different amount of memory.  

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.

There are also other datatypes which occupy one byte of memory.

They are,

  • Bool
  • Unsigned Char

Read more on Brainly.in - https://brainly.in/question/5458635

Similar questions