C Quest 2.0

C Quest 2.0

University

20 Qs

quiz-placeholder

Similar activities

C programming

C programming

University

15 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

CIS18A Quiz 1 Review Game

CIS18A Quiz 1 Review Game

University

15 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Python Loops

Python Loops

University

17 Qs

OPC MCQ's

OPC MCQ's

12th Grade - University

20 Qs

Loops-2

Loops-2

University

15 Qs

oop with c++

oop with c++

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?