C-Volution (Easy 4)

C-Volution (Easy 4)

University

30 Qs

quiz-placeholder

Similar activities

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

Microprocessor

Microprocessor

University

30 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 Qs

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

Basics of C

Basics of C

University

30 Qs

C-Volution (Easy 2)

C-Volution (Easy 2)

University

30 Qs

JavaScript - Day1

JavaScript - Day1

University

25 Qs

Form 1 - Information Technology Quiz

Form 1 - Information Technology Quiz

7th Grade - University

32 Qs

C-Volution (Easy 4)

C-Volution (Easy 4)

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Sujal Bhagat

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a new name for an existing data type?

type

typedef

define

data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the goto statement?

To define a loop.

To transfer control to a labeled statement.

To make decisions based on conditions.

To define a function.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of printf("%d", 30 / 7);?

4.28

4

5

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for bitwise XOR assignment in C?

&=

|=

^=

~=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ! operator do?

Checks for equality.

Performs bitwise NOT.

Checks for inequality.

Performs logical NOT.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid floating-point constant in C?

'1.23'

"1.23"

1.23

123

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code snippet? C int x = 20; if (x == 20) { printf("Twenty");}

Twenty

No output

Error

20

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?