Multiple Choice
In a function call, _____________ is passed as arguments.
A) variables
B) constants
C) Expressions
D) All the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Wild pointer in C<br>A)if pointer is pointing
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
Q11: Which macro is used to insert assembly
Q12: which of these is not a valid
Q13: #include "stdio.h"<br>Int main()<br>{<br>Int a@ = 10;<br>Printf("%d", a@);<br>Return
Q15: In Array, There is one to one
Q16: Array with last element 'n' will always
Q17: Smallest element of an array is called
Q18: Which gcc flag is used to enable
Q19: Array is _ data type in C