C Functions Questions and Answers
Practice ModeShowing 10 of 151 questions
Q11
the parameters in a function call are
Answer: Option A
Q12
The parameters in a function definition are
Answer: Option B
Q13
the parameters passing mechanism used in C is
Answer: Option C
Q14
the storage class that can percede return data type in function declaration is
Answer: Option C
Q15
Recursive call results when
Answer: Option C
Q16
The main ( ) function calls in a C program
Answer: Option A
Q17
the function main ( ) is
Answer: Option B
Q18
The storage class allowed for parameters is
Answer: Option D
Q19
Functions are assigned by default
Answer: Option C
Q20
Functions have
Answer: Option A