Choose a right C Statement.

qrious1styr

Quiz
•
Computers
•
12th Grade
•
Medium
karan Kharode
Used 2+ times
FREE Resource
44 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 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
30 sec • 1 pt
What is the output of C Program.?
int main()
{
int a=5;
while(a >= 3);
{
printf("RABBIT\n");
break;
}
printf("GREEN");
return 0;
}
GREEN
RABBIT GREEN
RABBIT is printed infinite times
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of C Program.?
int main()
{
int a=32;
do
{
printf("%d ", a);
a++;
}
while(a <= 30);
return 0;
}
32
33
30
No Output
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following printf
printf("%d",34+24/12%3*5/2-4);
35
-2
34
38
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code:
#include<stdio.h>
void main()
{
int a=10,b=80,c=45;
printf("%d",a<b>c);
}
0
1
10
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code:
#include<stdio.h>
void main()
{
int a=10,b=-5;
printf("%d",a&&b);
}
1
0
Error
10
-5
Create a free account and access millions of resources
Similar Resources on Quizizz
40 questions
Pemrograman Dasar

Quiz
•
10th - 12th Grade
40 questions
SKT4 : Bab 1 : c) Ralat - Pembolehubah - Pemalar dan Jenis Data

Quiz
•
10th - 12th Grade
40 questions
SUMMATIVE TEST IN COMPUTER PROGRAMMING - 2nd Qtr-1-23-2023

Quiz
•
12th Grade
46 questions
PYTHON PROGRAMMING - FINAL EXAM REVIEW

Quiz
•
9th - 12th Grade
40 questions
ee09_SG22.01

Quiz
•
11th - 12th Grade
45 questions
GCSE Python Legends

Quiz
•
1st - 12th Grade
42 questions
ภาษาซี

Quiz
•
9th - 12th Grade
45 questions
Quizes-Syntax-Master

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade