C Quest 2.0

C Quest 2.0

University

20 Qs

quiz-placeholder

Similar activities

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Artificial Intelligence CT-1

Artificial Intelligence CT-1

University

20 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Pra UPS 2

Pra UPS 2

University

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

DWDM-2

DWDM-2

University

20 Qs

C Quest 2.0

C Quest 2.0

Assessment

Quiz

Computers

University

Hard

Created by

SKEPSIS cse

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What will be the output of the following snippet?

0 48 -119
48 0 137
48 0 -119
0 -48 -119

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement allows you to terminate the current iteration and directly move to the next iteration only in a loop in a program?
break
goto
continue
delete

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is not a keyword in C?

I. Function II. Auto III. Type IV. Case

Both I and II
Both I and III
Only III
III and IV

4.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

5) Convert: (10111001110110.101001)2 to octal and hexadecimal form:
(2716.651)8, (2E76.A4)16
(7166.51)8, (E76.84)16
(27166.51)8, (E76.84)16
(27166.51)8,(2E76.A4)16

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the break statement do in a loop?
Skips the current iteration
Terminates the loop immediately
Exits the program
Continues to the next iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid storage class in C?
auto
static
global
register

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the incorrect datatype among the following:
char
int
long int
long float

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?