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. The first expression in a for loop is

  • Step value of loop
  • Value of the counter variable
  • Any of above
  • None of above

2. What is dangling pointer in c

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer is assigned to more than one variable
  • if pointer is not defined properly
  • none of above

3. Exit() is same as return

  • TRUE
  • FALSE

4. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132

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

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