adplus-dvertising
frame-decoration

Question

How many storage classes specifies are offered by C++?

a.

2

b.

3

c.

4

d.

5

Answer: (d).5

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How many storage classes specifies are offered by C++?

Similar Questions

Discover Related MCQs

Q. A function cannot be defined inside

Q. A directive that is used to include other files, such as function declaration is called

Q. A function that is called by itself, either directly or indirectly is called as

Q. Several functions of the same name can be defined, as long as they have different parameters, this is called

Q. Which function is provided by the C++, for reducing the function-call overhead?

Q. Actual parameters must be variables, is a condition of

Q. Pre-defined functions and other program elements are accessed through

Q. Iteration uses a repetition structure whereas recursion uses

Q. Which C++ function is used for finding the absolute values?

Q. Which function is known as standard library function?

Q. C++ allows you to use the same name for different functions with different parameters, is called

Q. Void function is also called as

Q. A function is invoked by a

Q. A function in C++ that does not return a value is declared with

Q. Which statement is correct about Passing by value parameters?

Q. A portion of a function prototype that includes the name of the function, and the types of its arguments is called

Q. A function that tells the compiler to replace each call with explicit code, is called