download Mastguru Android App

Question Detail

calloc() belongs to which library

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

1. What is the purpose of getc()

  • read a character from STDIN
  • read a character from a file
  • read all file
  • read file random

2. Continue statement used for

  • To continue to the next line of code
  • To stop the current iteration and begin the next iteration from the beginning
  • To handle run time error
  • None of above

3. A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above

4. Difference between structure and union is

  • We can define functions within structures but not within a union
  • We can define functions within union but not within a structure
  • The way memory is allocated
  • There is no difference

5. UML meaning is

  • Unique modeling language
  • Unified modeling language
  • Unified modern language
  • Unified master laqnguage
Read more from - C Programming Questions Answers - Chapter 1
Post a comment