C Programming Quiz

C Programming Quiz

University

50 Qs

quiz-placeholder

Similar activities

CIM Implementation Quiz

CIM Implementation Quiz

University

50 Qs

Mikroişlemciler-CPU

Mikroişlemciler-CPU

University

50 Qs

Lines and Faces MCHE

Lines and Faces MCHE

University

45 Qs

Structural

Structural

University

48 Qs

Java Programming Basics Assessment

Java Programming Basics Assessment

University

50 Qs

Accenture_Java_OOPs

Accenture_Java_OOPs

University

50 Qs

BSEC

BSEC

1st Grade - University

50 Qs

Biomaterials (Introduction & Classifications)

Biomaterials (Introduction & Classifications)

University

46 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Engineering

University

Practice Problem

Hard

Created by

Gunasree Sidda

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of printf("%d", sizeof('A'));?

1

2

4

8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to prevent modification of a variable?

static

const

volatile

register

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the code int a = 5; printf("%d", a++ + ++a);?

11

12

10

Undefined behavior

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the highest precedence in C?

*

++

()

[]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to dynamically allocate memory in C?

alloc()

calloc()

malloc()

Both B and C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this code output? int a = 10; int b = a++ + ++a; printf("%d", b);

21

22

23

24

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

auto

extern

volatile

static

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?