C++ Objective Questions and Answers Pdf - 2

Question: 6

____ class is another qualifier that can be added to a variable declaration.

(A) Register

(B) Static

(C) Sub

(D) Storage

Ans: D

Storage

Question: 7

____ storage class global variable known to all functions in the current program.

(A) Register

(B) Extern

(C) Static

(D) Auto

Ans: B

Extern

Question: 8

The address number starts at ___

(A) 1

(B) 2

(C) 3

(D) Null

Ans: D

Null

Question: 9

_____ are the kind of data that variables hold in a programming language.

(A) Conditional type

(B) Constant type

(C) Variable type

(D) Data types

Ans: D

Data types

Question: 10

The operands and the operators are grouped in a specific logical way of evaluation is called ____

(A) Assignment

(B) Association

(C) Arithmetic

(D) Class

Ans: B

Association

Related Questions