1.The loop which executes at least once even though the condition is false
Technotsav'23

Quiz
•
Computers
•
University
•
Hard
sagar Menasangi
Used 1+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
a.while loop
b.for loop
c.do while loop
d.switch statement
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
float x = 10.456789;
printf("%.4f",x);
a.14.456789
b.10.4567
c.10.4
d.10.45
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.The C code ‘for(;;)’ represents an infinite loop. It can be terminated by ___________
a.exit(0)
b.return(1)
c.break
d.All the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.printf("%d",10/(int)3);
a.3
b.3.333333
c.3.33
d.3.3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6. if(sizeof('a')==sizeof("abc"))
printf("a");
else
printf("b");
a.b
b.error
c.a
d.ab
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.float a = 1.2;
if(a == 1.2)
printf("true");
else
printf("false");
a.true
b.error
c.false
d.none of these
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
TES Pemahaman Materi

Quiz
•
University
20 questions
CSE C Section

Quiz
•
University
19 questions
C Language Array Quiz

Quiz
•
University
20 questions
Code-A-Vita

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
20 questions
Programming Concepts in C

Quiz
•
University
16 questions
PSC ALM QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade