What does the sizeof() operator do in C?
What does the sizeof() operator do in C? a) It returns the size of a variable or data type in bytes b) It allocates memory c) It deallocates memory d) It returns the address of a variable Answer: a) It returns the size of a variable or data type in bytes Explanation: The sizeof() operator […]
What does the sizeof() operator do in C? Read More »