C++ Quiz 8

C++ Quiz 8

Professional Development

10 Qs

quiz-placeholder

Similar activities

Introduction to Nodejs

Introduction to Nodejs

Professional Development

15 Qs

pyhthon condition statement

pyhthon condition statement

Professional Development

10 Qs

Refresher Training (MVW/Envoy Air)

Refresher Training (MVW/Envoy Air)

Professional Development

14 Qs

control theory

control theory

Professional Development

10 Qs

HR Supervisors

HR Supervisors

Professional Development

10 Qs

Level 3 phase 1 central heating questions

Level 3 phase 1 central heating questions

Professional Development

10 Qs

Loops & Iteration

Loops & Iteration

Professional Development

10 Qs

TAX-FREE EXCHANGES OF PROPERTIES & OTHER RELEVANT TAX UPDATES

TAX-FREE EXCHANGES OF PROPERTIES & OTHER RELEVANT TAX UPDATES

Professional Development

10 Qs

C++ Quiz 8

C++ Quiz 8

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

cybernaut c++team

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which loop is faster in c++?

for

while

dowhile

all work at same speed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

loops in c++ language are implemented using 

while

for

do while

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

where we need to execute the body of the loop before testing the condition, we should use

for

while

do while

nested for loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following can replace a simple if-else construct

Ternary operator

while loop

do while loop

for loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the way to suddenly come out or quit any loop in c++?

continue

break

leave

quit

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the switch statement is also called as

conditional statement

looping statement

jump statement

multiway branching statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which are the following is an entry control loop?

while,for

for,do while

do while,while

for

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?