1000+ Problem Solving Quiz Questions and Answers Pdf - 1

Question: 1

The ____ is given within the flower braces?

(A) body of the function

(B) variable

(C) function name

(D) function

Ans: A

body of the function

Question: 2

A collection of one or more data items of possibly different data types grouped together under a single name is called a

(A) structure

(B) one dimensional array

(C) loop

(D) function

Ans: A

structure

Question: 3

Which of the following sections are present in a standard C program?

(A) instruction section

(B) header section

(C) type declaration section

(D) all the above sections

Ans: D

all the above sections

Question: 4

A function

(A) may return a value

(B) must return a value

(C) may or may not return a value

(D) may return no value

Ans: C

may or may not return a value

Question: 5

Which of the following is the disadvantage of a flow chart?

(A) flow charts can occupy many pages for real life problems

(B) flow charts represent our thoughts

(C) flow charts are precise

(D) none of these

Ans: A

flow charts can occupy many pages for real life problems

Related Questions
Read More Engineering Topics