state the memory occupied by float variable and boolean variable
Answers
Answered by
16
Explanation:
These ranges may vary from compiler to compiler. Below is list of ranges along with the memory requirement and format specifiers on 32 bit gcc compiler. Since variable created by char datatype takes only 1 byte or 8 bits in memory, hence char has the least storage in C.
Mark. as Brainlist
Similar questions