Round1

Round1

University

•

25 Qs

quiz-placeholder

Similar activities

MATH I

MATH I

University

•

20 Qs

Computer Networks CT-1

Computer Networks CT-1

University

•

20 Qs

Electro2 MSW3

Electro2 MSW3

University

•

20 Qs

Ethical Concerns in Robotics Assessment

Ethical Concerns in Robotics Assessment

11th Grade - University

•

20 Qs

Java MCQ Test Day-2

Java MCQ Test Day-2

University

•

20 Qs

CHAPTER 2 BOOLEAN ALGEBRA

CHAPTER 2 BOOLEAN ALGEBRA

University

•

20 Qs

Flow & Flame Quiz Week II

Flow & Flame Quiz Week II

University

•

20 Qs

MATLAB Basics and Transmission Lines Quiz

MATLAB Basics and Transmission Lines Quiz

University

•

20 Qs

Round1

Round1

Assessment

Quiz

•

Engineering

•

University

•

Practice Problem

•

Medium

Created by

Pavan Reddy

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Guess the output of following C code

int x=10;

printf(x);

10

x

no output

compile error

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What will be the output of the following C code?

int a=5, b=10;

printf("%d", a+b);

15

510

5+10

compile error

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Identify the output of this C code snippet:

char c='A';

printf("%c", c+1);

B

A

compile error

no output

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What will be printed by the following C code?

float f=3.14;

printf("%.1f", f);

3.1

3.14

3.140

compile error

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which of the following is a valid data type in C?

String

char

boolean

list

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What does the if statement do in C?

Executes a block of code repeatedly

Executes a block of code only if a specified condition is true

Exits a loop

Declares a function

7.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is the output of print(10 // 3) in Python?

3.33

3

3.0

4

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?