Which datatype in c language has least storage?
A) char B) double C) int D) float
Answers
Answered by
1
(A) - char datatype
Since variable created by char datatype takes only 1 byte or 8 bits in memory, hence char has the least storage in C.
Right answer
Answered by
0
Answer:
char has the least storage in c language....
Explanation:
char has only 1 byte or 8 bits in memory....
Similar questions