Vidyalelo
Computer Science · all questions

Object Oriented Programming Using C++
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

535

Questions

22/27

Page

Pick an option on a question to see the right answer and solution.

A(n) _____ is always incremented by a constant amount, whereas a(n) _____ is incremented by an amount that varies

Select an option to see the answer and solution.

The C++ _____ function generates random numbers

Select an option to see the answer and solution.

You have declared an integer pointer called point You have also declared an integer called number. Which statement is the correct format?

Select an option to see the answer and solution.

If you wanted to sort many large objects or structures, it would be most efficient to

Select an option to see the answer and solution.

A function that is prototyped as double calculate(int num); may ______

Select an option to see the answer and solution.

The printer can be accessed using the predefined filename _____

Select an option to see the answer and solution.

The best functions have _____

Select an option to see the answer and solution.

One of the valid escape sequences used in the C language is

Select an option to see the answer and solution.

A default constructor

Select an option to see the answer and solution.

Which of the following will increase the value stored in the first element of the fee array by 2?

Select an option to see the answer and solution.

Which loop always processes its instructions at least once?

Select an option to see the answer and solution.

When a new class is derived from an existing class, the derived class member functions _____ have names that differ from base class function names

Select an option to see the answer and solution.

A static data member is given a value

Select an option to see the answer and solution.

_____ refers to the process of locating and removing the errors in a program

Select an option to see the answer and solution.

Static variables are sometimes called

Select an option to see the answer and solution.

You can pass _____ to functions

Select an option to see the answer and solution.

Element doubleArray[7] is which element of the array?

Select an option to see the answer and solution.

Which of the following statements opens a file named temp.dat for output?

Select an option to see the answer and solution.

Which of the following will store the letter H in a Character variable named initial?

Select an option to see the answer and solution.

Compared with the classes from which they are derived, inherited classes may have _____

Select an option to see the answer and solution.