Top 150+ C Objective Questions and Answers - 2

Question: 6

An error in the program is called

(A) A function

(B) A bug

(C) A variable

(D) An error only

Ans: B

A bug

Question: 7

Ready made library functions are used for

(A) Output

(B) Input

(C) Neither input nor output

(D) Input and output

Ans: D

Input and output

Question: 8

The maximum length of the variable is ___ characters.

(A) 22

(B) 32

(C) 52

(D) 62

Ans: B

32

Question: 9

Which one of the following indicates the solution method?

(A) Algorithm

(B) Program

(C) Flow chart

(D) All the above

Ans: D

All the above

Question: 10

Which of the following is an intermediate language?

(A) Pseudo code

(B) Basic

(C) FORTRAN

(D) Computer language

Ans: A

Pseudo code

Related Questions