Choose a right C Statement.
C Programing

Quiz
•
Computers
•
University
•
Medium
Mary Murphy
Used 425+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Loops or Repetition block executes a group of statements repeatedly.
Loop is usually executed as long as a condition is met.
Loops usually take advantage of Loop Counter
All the above.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C Program.?
int main()
{
int a=25;
while(a <= 27)
{
printf("%d ", a);
a++;
}
return 0;
}
25 25 25
25 26 27
27 27 27
Compiler error
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the way to suddenly come out of or Quit any Loop in C Language.?
continue; statement
break; statement
leave; statement
quit; statement
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Loops in C Language are implemented using.?
While Block
For Block
Do While Block
All the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Choose a correct C for loop syntax.
for(initalization; condition; incrementoperation) { //statements }
for(declaration; condition; incrementoperation) { //statements }
for(declaration; incrementoperation; condition) { //statements }
for(initalization; condition; incrementoperation;) { //statements }
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Choose a correct C do while syntax.
dowhile(condition) { //statements }
do while(condition) { //statements }
do { //statements }while(condition)
do { //statements }while(condition);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is Father of C Language
Bjarne Stroustrup
James A. Gosling
Dennis Ritchie
Dr. E.F. Codd
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
Aptitude Competition(FY)

Quiz
•
University
30 questions
Computer Programming-2

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

Quiz
•
University
20 questions
C-QUEST QUIZ BEE

Quiz
•
University
20 questions
Programming in C(1)

Quiz
•
University
20 questions
Pointers

Quiz
•
University
20 questions
C Programming Unit-1 Test-2

Quiz
•
University
30 questions
C-Programming

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