Q:

WHAT IS THE USE OF SIZEOF() FUNCTION IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE USE OF SIZEOF() FUNCTION IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

sizeof() function is used to find the memory space allocated for each data type in C.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS MODIFIER IN C?... >>
<< WHAT IS THE DIFFERENCE BETWEEN INT, CHAR, FLOAT & ...