C & Python

C & Python

Professional Development

25 Qs

quiz-placeholder

Similar activities

C Questions for BCA & BSc

C Questions for BCA & BSc

University - Professional Development

30 Qs

first round quiz

first round quiz

Professional Development

20 Qs

Python practice

Python practice

Professional Development

20 Qs

24th July

24th July

Professional Development

30 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

Python for Data Professional Beginner

Python for Data Professional Beginner

University - Professional Development

23 Qs

Computer Science

Computer Science

Professional Development

20 Qs

Python Programming Fundamental

Python Programming Fundamental

Professional Development

20 Qs

C & Python

C & Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Subhasree D

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you call a function in C?

myFunction();

myFunction;

myFunction[];

(myFunction);

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which statement can be used to select one of many code blocks to be executed?

break

default

format

switch

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which statement is used to stop a loop?

exit

end

break

stop

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you start writing a while loop in C?


while x < y then

while (x < y)  

if x > y while

while x < y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program?

Loop Loop Loop Loop Loop

Infinite Loop

Loop Loop Loop

Prints Nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program?

Loop

Loop Loop Loop

Infinite times Loop

Prints Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Program?

Prints Nothing

Loop

Loop Loop

Compilation Error

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?