Question Detail What is prototype of a function in C It is the return type of a functionIt is the return data of the functionIt is declaration of a functionIt is a datatype Answer: Option C Similar Questions : 1. If include files can be nested YesNo Answer: Option A 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 4. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B 5. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1