Question 13
Which of the following is true about the “sizeof” operator in C?
It returns the number of elements in an array.
It returns the size of a variable in bytes.
It returns the size of a variable in bits.
It returns the memory address of a variable.