![]() |
VOOZH | about |
Question 1
"Why is the & (address-of) operator used with scanf() when reading integer values?
To specify the format of the input.
To store the input at the variable’s memory address.
To perform pointer arithmetic.
It is optional and does not affect the function’s behavior.
Question 2
Question 3
Question 4
What’s going to happen when we compile and run the following C program snippet?
=11 0=
=11 X= where X would depend on Compiler implementation
Undefined behavior
Compiler Error due to missing argument for second %d
Question 5
As per C language standard, which of the followings is/are not keyword(s)? Pick the best statement. auto make main sizeof elseif
sizeof elseif make
make main elseif
make main
auto make
None of the above is keywords in C.
There are 5 questions to complete.