C MCQs Questions with Answers Pdf 2019-2020 - 2

Question: 6

For initialization of two dimensional arrays the operation is performed in _____

(A) Diagonal

(B) Operator wise

(C) Row-wise

(D) Column wise

Ans: C

Row-wise

Question: 7

A structure declaration without any variables describe ____

(A) Wizard

(B) Template

(C) Shape of a structure

(D) Both (a) & (b)

Ans: B

Template

Question: 8

Which of the following are fundamental control structures?

(A) Iteration

(B) Branching

(C) Sequencing

(D) All the above

Ans: D

All the above

Question: 9

The method of checking the pseudo codes is called _____

(A) Branching

(B) Iteration

(C) Walk through

(D) Sequencing

Ans: C

Walk through

Question: 10

Which of the following is a clause in the for loop structure?

(A) Assign

(B) Alter

(C) Logic

(D) All the above

Ans: D

All the above

Related Questions