download Mastguru Android App

Question Detail

Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above
Similar Questions :

1. What is data hiding ?

  • It is related with hiding internal object details
  • It is related with showing internal object details
  • It is related with datatypes
  • None of above

2. We can do constructor overloading in C++ ?

  • True
  • False

3. What is default scope for a structure ?

  • Private
  • Protected
  • Public
  • None of aobve

4. Queues are based on ?

  • LIFO
  • FIFO
  • LILO
  • FILO

5. What is default visibility mode for members of classes in C++ ?

  • Private
  • Public
  • Protected
  • Depends
Read more from - C++ Programming Questions Answers - Set 2
Post a comment