Search Header Logo

III Part 3

Authored by ARAVINTH B

Education

University

Used 2+ times

III Part 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following C code? int main() { int a = 5; printf("%d", a++); return 0; }

5

6

Compiler error

Undefined behavior

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code? a = {1: 'A', 2: 'B'} print(a[1])

B

1

A

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C storage class?

auto

static

register

mutable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the continue statement do in a loop?

Stops the loop entirely

Skips the current iteration and moves to the next one

Jumps to the end of the loop

Exits the loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used for dynamic memory allocation in C?

malloc()

calloc()

realloc()

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C code? int main() { int a = 10; int *p = &a; printf("%d", *p); return 0; }

10

Address of a

Undefined behavior

Compiler error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to comment multiple lines in C?

//

/* /

/* */

#

Access all questions and much more by creating a free account

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

Already have an account?