Online C Programming Test with Certificate - 2

Question: 6

The program execution starts from

(A) the function that is defined last.

(B) the function which is defined first.

(C) the main() function.

(D) none of above

Ans: C

the main() function.

Question: 7

The term debugging refers to

(A) the process of identifying the bugs and fixing them

(B) the process of linking the object code with the system libraries

(C) the process of translating the source code to object code

(D) none of the above

Ans: A

the process of identifying the bugs and fixing them

Question: 8

Minimum number of times the do while loop will be executed?

(A) 0

(B) 1

(C) Cannot be predicted

(D) None of above

Ans: B

1

Question: 9

The operand of address of operator can be

(A) an expression

(B) a constant

(C) an array element

(D) all of above

Ans: C

an array element

Question: 10

What is the file extension for driver files?

(A) font

(B) chr

(C) bgi

(D) txt

Ans: C

bgi

Related Questions