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. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

2. Which operator has the highest priority

  • ()
  • []
  • *
  • /

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

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

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

5. Due to variable scope in c

  • Variables created in a function cannot be used another function
  • Variables created in a function can be used in another function
  • Variables created in a function can only be used in the main function
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment