C Programming Question Bank - 2

Question: 6

By the process of linking, the resulting code is called as ____

(A) Source code

(B) Object code

(C) Executable code

(D) None of the above

Ans: C

Executable code

Question: 7

In the ____ structure, the logical expression is checked first.

(A) Do-while

(B) If

(C) While-loop

(D) All types

Ans: C

While-loop

Question: 8

The keyword struct introduces _____

(A) Array declaration

(B) Loop declaration

(C) Structure declaration

(D) All of the above

Ans: C

Structure declaration

Question: 9

Which of the following will fix the length from the values assigned in the declaration statement?

(A) C compiler

(B) CPU of C

(C) Editor

(D) Star Office compiler

Ans: A

C compiler

Question: 10

A list of variables in the function definition of an input is called ____

(A) Local variable

(B) Variable

(C) Dummy parameter

(D) Parameter

Ans: C

Dummy parameter

Related Questions