Question Detail

calloc() belongs to which library

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

1. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to

  • call by value
  • call by reference
  • both of above
  • none of above

2. Can getch() be used to echo the input

  • Yes
  • No

3. A variable in c

  • must have a valid datatype
  • can't have a name same as keyword
  • must have a name starting with a character
  • All of above

4. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above

5. Adding to a pointer that points to an array will

  • Cause an error
  • Increase the value of the element that the pointer is pointing to
  • Cause the pointer to point to the next element in the array
  • None of above
Read more from - C Programming Questions Answers - Chapter 1