Question Detail

printf() belongs to which library of c

  • stdlib.h
  • stdio.h
  • stdout.h
  • stdoutput.h
Similar Questions :

1. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

2. What is prototype of a function in C

  • It is the return type of a function
  • It is the return data of the function
  • It is declaration of a function
  • It is a datatype

3. What among following is true about stack

  • stack cannot reuse its memory
  • all elements are of different datatypes
  • all operation done at one end
  • none of above

4. Which operator has the highest priority

  • ()
  • []
  • *
  • /

5. The first expression in a for loop is

  • Step value of loop
  • Value of the counter variable
  • Any of above
  • None of above
Read more from - C Programming Questions Answers - Chapter 1