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. Which operator has the highest priority ()[]*/ Answer: Option A 2. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 3. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 4. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option D 5. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1