Home / Questions / What is the use of sizeof() function in C?
Explanatory Question

What is the use of sizeof() function in C?

👁 788 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

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