Top 150+ C Language Online Test - 1

Question: 1

Running any C program involves

(A) Creating/ editing

(B) Compiling and linking

(C) Executing

(D) All the above steps

Ans: D

All the above steps

Question: 2

In do-while structure, the condition is checked at ___

(A) the beginning of the loop

(B) the end of the loop only

(C) the centre of the loop

(D) any statement of the loop

Ans: B

the end of the loop only

Question: 3

____ is in between English and the high level computer language.

(A) Mnemonic code

(B) Binary code

(C) Pseudo code

(D) Flow chart

Ans: C

Pseudo code

Question: 4

The functions scan f( ) reads

(A) any possible variable type

(B) any possible number

(C) character strings

(D) a single character

Ans: A

any possible variable type

Question: 5

An expression

(A) is a name that substitutes for a sequence of characters

(B) causes the computer to carry out some action

(C) is a collection of data objects and operations that can be evaluated to a single value

(D) all of these

Ans: C

is a collection of data objects and operations that can be evaluated to a single value

Related Questions