download Mastguru Android App

Question Detail

Structures can be used

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

1. If (*p) and **p is same

  • No
  • Yes

2. What is use of \r in c

  • used to insert a vertical tab
  • used to insert a tab
  • places cursor at the end of line
  • places cursor at the start of line

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. calloc() belongs to which library

  • stdlib.h
  • malloc.h
  • calloc.h
  • None of above

5. The compiler in C ignores all text till the end of line using

  • //
  • /
  • */
  • none of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment