Which of the following is conditional statement in C
C second module quiz

Quiz
•
Computers
•
Professional Development
•
Hard
SHANIFA E
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
if
int
printf
scanf
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
a=4;
if(a%2==0)
printf("%d is even",a);
else
printf("%d is odd",a);
Write output of the above code
4 is even
a is even
4 is odd
a is odd
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
switch(expression)
{
case value1:
//code to be executed; break; //optional
case value2:
//code to be executed;break; //optional
…..
……
default:
//code to be executed if all cases are not matched;
}
The above code is syntax of switch statement.True or false
False
True
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
..................... is an alternative to mulifiple if else if statement
for
if else
do while
switch
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
This is flowchart of
if
if else
switch
for
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
.................. is an entry controlled loop
while
do while
switch
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
................. is an exit controlled loop
while
do while
for
switch
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Data Structure

Quiz
•
Professional Development
20 questions
first round quiz

Quiz
•
Professional Development
30 questions
Blind Coding Round 1

Quiz
•
Professional Development
20 questions
C Programming Quiz

Quiz
•
Professional Development
21 questions
БимБам♥

Quiz
•
Professional Development
20 questions
C Programming Quiz

Quiz
•
Professional Development
30 questions
C BASICS

Quiz
•
Professional Development
21 questions
Java Quiz on Module 1 & 2

Quiz
•
Professional Development
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