download Mastguru Android App

Question Detail

If include files can be nested

  • Yes
  • No
Similar Questions :

1. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

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

  • //
  • /
  • */
  • none of above

3. What is wild pointer in c

  • a pointer which we need to write in future
  • a pointer which has bad naming convention
  • a pointer which has no limit
  • a point which has not initialized

4. Structures can be used

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

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

  • No
  • Yes
Read more from - C Programming Questions Answers - Chapter 1
Post a comment