C C /C Programming - Functions MCQs :- multiple choice questions and answers. e.g C C MCQS,C C Mock Tests , C C Practice Papers ,C C Sample Test,C C Sample questions

Your Session ID :-Guest4281879

Question 1: Which of the following function prototype is perfectly acceptable?

int Function(int Tmp = Show());

float Function(int Tmp = Show(int, float));

Both A and B.

float = Show(int, float) Function(Tmp);

Total MCQS Questions are 16 in this paper C Programming - Functions