download Mastguru Android App

Question Detail

Queues are based on ?

  • LIFO
  • FIFO
  • LILO
  • FILO
Similar Questions :

1. Even if we define a function in a class, then also we need to declare it first.

  • True
  • False

2. The default visibility mode while inheriting is ?

  • public
  • protected
  • private
  • may be any of above

3. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

4. 37. Which of the following statements is false ?

  • Using typedef does not replace the standard C++ data type name with the new name
  • The new name defined by typedef, can be used as a type for another typedef
  • typedef defines new data types
  • None of the above

5. Queues are based on ?

  • LIFO
  • FIFO
  • LILO
  • FILO
Read more from - C++ Programming Questions Answers - Set 2
Post a comment