Question Detail printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B Similar Questions : 1. To access the members of structure which symbol is used *-,. Answer: Option D 2. 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 3. What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C 4. Which operator has the highest priority ()[]*/ Answer: Option A 5. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1