DECISION MAKING IN C

DECISION MAKING IN C

University

10 Qs

quiz-placeholder

Similar activities

FST Class 2023- Quiz 5

FST Class 2023- Quiz 5

University

9 Qs

PFP191 (Part 5)

PFP191 (Part 5)

University

10 Qs

Random Numbers + Review

Random Numbers + Review

12th Grade - University

8 Qs

Control structures and Looping

Control structures and Looping

University

11 Qs

LOOPS IN C++

LOOPS IN C++

10th Grade - University

10 Qs

Basic Java

Basic Java

University

15 Qs

Control Structures

Control Structures

University

14 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

DECISION MAKING IN C

DECISION MAKING IN C

Assessment

Quiz

Computers

University

Medium

Created by

RAJKUMAR DV

Used 44+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops in C Language are implemented using?

While Block

For Block

Do While Block

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is faster in C Language, for, while or Do While?

for

while

do while

All work at same speed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If block always need to be associated with a else block?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a right C Statement.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The conditional operator are also known as

Relational operator

Binary operator

Ternary operator

Chary operator

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have to make decision based on multiple choices, which of the following is best suited?

if

if-else

if-else-if

All the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can we use string inside switch statement?

Yes

No

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers