C-Volution (Easy 4)

C-Volution (Easy 4)

University

30 Qs

quiz-placeholder

Similar activities

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

STS Informatika Kelas 8 Semester 1

STS Informatika Kelas 8 Semester 1

8th Grade - University

25 Qs

SAS 1 Informatika 8

SAS 1 Informatika 8

8th Grade - University

25 Qs

TRK 1B ASD

TRK 1B ASD

University

25 Qs

Arduino

Arduino

10th Grade - University

35 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 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?