download Mastguru Android App

Question Detail

Queues are based on ?

  • LIFO
  • FIFO
  • LILO
  • FILO
Similar Questions :

1. 66. A constructor function is generally defined

  • In the private section of a class
  • In the public section of a class
  • In the protected section of a class
  • None of the above

2. A class having no public constructors is

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

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

  • True
  • False

4. What is default scope for a structure ?

  • Private
  • Protected
  • Public
  • None of aobve

5. What is class in c++ ?

  • When you define a class, you define a blueprint for a data type.
  • When you define a class, you make get more funtionality.
  • When you define a class, you define the logic.
  • When you define a class, you make debugging.
Read more from - C++ Programming Questions Answers - Set 2
Post a comment