download Mastguru Android App

Question Detail

If (*p) and **p is same

  • No
  • Yes
Similar Questions :

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

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

2. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

3. If include files can be nested

  • Yes
  • No

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

  • No
  • Yes

5. Wild pointer in C

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer has not been initialized
  • if pointer has not defined properly
  • if pointer pointing to more than one variable
Read more from - C Programming Questions Answers - Chapter 1
Post a comment