Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » C » Interview Questions on Loops in C

Interview Questions on Loops in C : (16)

Page 2 of 2


Question: 21

(A) 5 times
(B) 4 times
(C) 2 times
(D) 1 time

Compiler
Level: Expert Category of MCQ: loops


Question: 22

(A) 10
(B) Compilation Error
(C) 0
(D) Undefined

Compiler
Level: Beginner Category of MCQ: loops


Question: 23

(A) 48D
(B) 32H
(C) 0011 1000
(D) 42H

Compiler
Level: Beginner Category of MCQ: loops


Question: 24

(A) Yes
(B) No
(C) Depends on Compiler

Compiler
Level: Beginner Category of MCQ: loops


Question: 25

(A) 0 - too young
(B) Compilation Error
(C) Nothing is printed
(D) How old are you? 16 - too young

Compiler
Level: Practitioner Category of MCQ: loops


Question: 26

(A) Easy
(B) Hard
(C) C programming is Easy
(D) None of the above

Compiler
Level: Practitioner Category of MCQ: loops


Question: 27

(A) Easy
(B) Hard
(C) EasyHard
(D) Error in program

Compiler
Level: Practitioner Category of MCQ: loops


Question: 28

(A) C
(B) 68
(C) D
(D) 67

Compiler
Level: Beginner Category of MCQ: loops


Question: 29

(A) 17
(B) 23
(C) 24
(D) 18

Compiler
Level: Beginner Category of MCQ: loops


Question: 30

(A) 150
(B) 168
(C) 195
(D) 252

Compiler
Level: Beginner Category of MCQ: loops


Question: 31

(A) 10
(B) 20
(C) 11
(D) 21

Compiler
Level: Beginner Category of MCQ: loops


Question: 32

(A) 3
(B) 15
(C) 16
(D) Compilation error

Compiler
Level: Beginner Category of MCQ: loops


Question: 33

(A) 0
(B) 1
(C) 2
(D) 4

Compiler
Level: Beginner Category of MCQ: loops


Question: 34

(A) compilation error
(B) hello
(C) no output
(D) runtime error

Compiler
Level: Beginner Category of MCQ: loops


Question: 35

(A) 0 1 2 3 ... infinite times
(B) 0 1 2 ... 127
(C) 0
(D) 1

Compiler
Level: Beginner Category of MCQ: loops


Question: 36

(A) 0 1 2 3 4 5 6 7 8 9 10
(B) 0 1 2 3 ... infinite times
(C) 1 2 3 4 5 6 7 8 9 10
(D) 1 2 3 4 5 6 7 8 9

Compiler
Level: Beginner Category of MCQ: loops