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. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. If include files can be nested YesNo Answer: Option A 4. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option A 5. rand() function returns float valueinteger valueany typenone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1