download Mastguru Android App

Question Detail

calloc() belongs to which library

  • stdlib.h
  • malloc.h
  • calloc.h
  • None of above
Similar Questions :

1. printf() belongs to which library of c

  • stdlib.h
  • stdio.h
  • stdout.h
  • stdoutput.h

2. Break statement is used for

  • Quit a program
  • Quit the current iteration
  • Both of above
  • None of above

3. If include files can be nested

  • Yes
  • No

4. rand() function returns

  • float value
  • integer value
  • any type
  • none of above

5. Which operator has the highest priority

  • ()
  • []
  • *
  • /
Read more from - C Programming Questions Answers - Chapter 1
Post a comment