download Mastguru Android App

Question Detail

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
Similar Questions :

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

2. Which is invalid name of identifier

  • world
  • addition23
  • test_name
  • factorial

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

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

  • No
  • Yes

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