Q.1

Which among the following are not access Specifiers in C++?

  • Public
  • Protected
  • Default
  • Private
Q.2

How many kinds of classes are there in c++?

  • 1
  • 2
  • 3
  • 4
Q.3

Which design patterns benefit from the multiple inheritance?

  • Adapter and observer pattern
  • Code pattern
  • Glue pattern
  • None of these
Q.4

How many types of modularization are there in c++?

  • 4
  • 3
  • 1
  • none of these
Q.5

What could be the bucket size if collision and overlapping occur at same time?

  • 2
  • 0
  • 1
  • 4
Q.6

How the member functions in the container can be accessed?

  • Iterator
  • Indirect
  • Both a & b
  • None of these
Q.7

Which among the following are not the c++ tokens

  • Identifiers
  • keywords
  • Strings
  • None
Q.8

Which of the following methods doesn't use sorting?

  • Insertion
  • Deletion
  • Exchange
  • Selection
Q.9

What is the kind of execution does sequence point allow?

  • Non-overlap
  • Overlap
  • Concurrent
  • None of these
Q.10

What is meant by template specialization?

  • It will have certain data types to be fixed.
  • It will make certain data types to be dynamic.
  • Certain data types are invalid
  • None of the mentioned
0 h : 0 m : 1 s