C Language Objective Questions and Answers - 2

Question: 6

By using ____ the speed of the process can be increased.

(A) Integer

(B) Unsigned integer

(C) Short integer

(D) Long integer

Ans: C

Short integer

Question: 7

A variable is an algebraic expression that temporarily assumes the properties of a constant is called

(A) Function

(B) Dummy parameter

(C) Parameter

(D) Operator

Ans: C

Parameter

Question: 8

A function can return

(A) Two values

(B) No value

(C) Only one value

(D) Many values

Ans: C

Only one value

Question: 9

____ have no meaning outside the body of a function.

(A) Variables

(B) Main functions

(C) Global variables

(D) Local variables

Ans: D

Local variables

Question: 10

The most popular loop for array manipulation is the ___ loop.

(A) for

(B) while

(C) do while

(D) any

Ans: A

for

Related Questions