download Mastguru Android App

Question Detail

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

  • //
  • /
  • */
  • none of above
Similar Questions :

1. 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

2. What among following is true about stack

  • stack cannot reuse its memory
  • all elements are of different datatypes
  • all operation done at one end
  • none of above

3. rand() function returns

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

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

  • No
  • Yes

5. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment