C Multiple Choice Questions and Answers - 1

Question: 1

Each element in a structure has a

(A) Unique variable

(B) Unique name

(C) Name

(D) Space

Ans: B

Unique name

Question: 2

For two-dimensional arrays data are usually entered

(A) Array wise

(B) Element wise

(C) Row-wise

(D) Column-wise

Ans: C

Row-wise

Question: 3

The __ is a program that links the object code of the program with the library function code that is necessary for the program to run.

(A) C linker

(B) Compiler

(C) C compiler

(D) Editing

Ans: A

C linker

Question: 4

Which of the following statement is used to skip a part of the loop?

(A) Break

(B) Continue

(C) Both

(D) None of the above

Ans: B

Continue

Question: 5

The method in which a problem has been divided into many smaller problems is called ___

(A) Problem approach

(B) Top Down approach

(C) New approach

(D) None of these

Ans: B

Top Down approach

Related Questions