Multiple Choice
If you pass an array as an argument to a function, what actually gets passed?
A) Base address of the array
B) Value of elements in array
C) First element of the array
D) Address of the last element of array
Correct Answer:

Verified
Correct Answer:
Verified
Q28: What is maximum dimension that array can
Q29: What should be the output of below
Q30: which of the following is the best
Q31: () is used for _<br>A)function body<br>B)Arguments<br>C)Return type<br>D)Declaration
Q32: void main() {<br>Printf();<br>}<br>A)Run-Time Error<br>B)Compile-Time Error<br>C)none<br>D)all
Q34: Which statement is used to compare the
Q35: Explicit data type conversion is called<br>A)Type casting<br>B)conversion<br>C)separation<br>D)none
Q36: Array can be considered as set of
Q37: Pointer is special kind of variable which
Q38: Which gcc flag is used to generate