C Language Multiple Choice Questions and Answers   - 1

Question: 1

The method of checking the pseudo codes is called ___

(A) Sequencing

(B) Walk through

(C) Branching

(D) Iteration

Ans: B

Walk through

Question: 2

Keywords cannot be used as ____

(A) Variables

(B) Variables or constant names

(C) Constant names

(D) None of the above

Ans: B

Variables or constant names

Question: 3

Which of the following are called white space characters?

(A) The blank space

(B) New line character

(C) Blank space & new line character

(D) None of the above

Ans: C

Blank space & new line character

Question: 4

____ are declared within the body of a function.

(A) Variables

(B) Local variables

(C) Main functions

(D) Arrays

Ans: B

Local variables

Question: 5

____ is an effective tool for programming scientific, mathematical and engineering computations.

(A) Parameter

(B) Main function

(C) Recursion

(D) Local variable

Ans: C

Recursion

Related Questions