Q.1.

An expression

Q.2.

Which of the following is false?

Q.3.

The rules to any programming language are its _______

Q.4.

Which of the following is true?

Q.5.

It is sometimes useful to specify a class from which no objects will ever be created

Q.6.

The statement i*=3 is equivalent to

Q.7.

The two operators && an || are

Q.8.

In the C language, the character type of constant is delimited by using

Q.9.

The function that takes arguments to set the bits of cout is _____

Q.10.

Which of the following backslash codes used for bell?

Q.11.

The statement double val[15]={44.123456};

Q.12.

The number 125.is a _____

Q.13.

Which of the following declares and initializes an Integer variable named numltems?

Q.14.

The complement operator is represented by the symbol

Q.15.

The arguments that determine the state of the cout object are called _____

Q.16.

One way in which a structure differs from an array is that _____

Q.17.

When you declare a pointer, you must give it a _____

Q.18.

The last statement in a value-returning function is always _____

Q.19.

Which of the following C++ expressions will find the square root of the number 16?

Q.20.

When a class serves as a base class to others, _____

Q.21.

Which of the following tells C++ to display numbers in fixed notation?

Q.22.

One of the relational operators in the C language is

Q.23.

Static variables are sometimes called

Q.24.

A default constructor _____

Q.25.

You typically initialize Short Integer, Integer, and Long Integer variables to

Q.26.

One of the logical operators in the C language is represented by the symbol

Q.27.

It is illegal to make objects of one class members of another class

Q.28.

Storing a class definition in a separate file is an example of

Q.29.

Which is true?

Q.30.

The #include instruction is called a

Q.31.

Catch blocks must _____

Q.32.

A class named student must have a constructor whose name is

Q.33.

Another drawback to returning an error code from a function is that any error code returned by the function

Q.34.

Classes hold _____

Q.35.

An exception specification begins with the keyword _____