C-Volution (Easy 4)

C-Volution (Easy 4)

University

30 Qs

quiz-placeholder

Similar activities

FUNPROG

FUNPROG

University

30 Qs

Quiz Perangkat Keras dan Lunak

Quiz Perangkat Keras dan Lunak

10th Grade - University

30 Qs

JavaScript Fundamentals Quiz

JavaScript Fundamentals Quiz

University

25 Qs

BAB 2 ASK- ALGORITMA

BAB 2 ASK- ALGORITMA

2nd Grade - University

32 Qs

ASTS 2 INFORMATIKA KELAS 7

ASTS 2 INFORMATIKA KELAS 7

7th Grade - University

25 Qs

General quiz

General quiz

University

25 Qs

UNIT-4-EXCEPTION-HANDLING & I/O BASICS

UNIT-4-EXCEPTION-HANDLING & I/O BASICS

University

30 Qs

REMIDI PAS INFORMATIKA

REMIDI PAS INFORMATIKA

10th Grade - University

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