C Basics
Home
>
C Quiz
>C Basics
Question 1 of 85
What does sizeof operator do?
Gives size of the program
Gives size of the variable in bits
Gives size of variable in bytes
None of the above