Top 1000+ C Language MCQ Questions and Answers - 1

Question: 1

Which of the following statement about functions of false?

(A) A function can call itself.

(B) A function can call another function.

(C) Constants can appear in the formal argument list.

(D) More than one function is allowed in a program unit.

Ans: C

Constants can appear in the formal argument list.

Question: 2

The Turbo C implementation of C Language supports

(A) High level file I/O

(B) System level file I/O

(C) Both a and b

(D) Executable files only

Ans: C

Both a and b

Question: 3

What is the maximum resolution supported by VGA adapter?

(A) 450 x 300

(B) 640 x 200

(C) 640 x 480

(D) 1024 x 768

Ans: C

640 x 480

Question: 4

The address of a variable can be obtained using _____ operator.

(A) *

(B) &

(C) ?

(D) ;

Ans: B

&

Question: 5

If one or more structure are other structures, then the structure is known as

(A) Nested structure

(B) Structured structure

(C) Invalid structure

(D) Self referential structure

Ans: A

Nested structure

Related Questions