Book: 2nd Year Computer Science KPK mcqs

Page 1 of 1

#1 How to declare J as integer variable in your c++ program.

A)   int j
B)   j int
C)   j as integer
D)   integer j as variable
Answer:   A


#2 There will be at least __________ function(s) in a C++ Program.

A)   1
B)   2
C)   3
D)   4
Answer:   A


#3 There are _________ numbers of loop in C++ language

A)   1
B)   2
C)   3
D)   4
Answer:   C



Page 1 of 1