C Programming Quiz

C Programming Quiz

12th Grade

50 Qs

quiz-placeholder

Similar activities

AP CSP: Unit 5 Test Review - List, Loops, & Traversals

AP CSP: Unit 5 Test Review - List, Loops, & Traversals

10th - 12th Grade

50 Qs

Array_queue_stack_hash_table_LList

Array_queue_stack_hash_table_LList

12th Grade

46 Qs

FEBRY TIK KELAS X

FEBRY TIK KELAS X

12th Grade

50 Qs

A Level 1.4 Data types, data structures and algorithms

A Level 1.4 Data types, data structures and algorithms

12th Grade

50 Qs

EC8393

EC8393

1st Grade - University

45 Qs

TSA Prep 3

TSA Prep 3

9th - 12th Grade

50 Qs

DNA 11 April 2024

DNA 11 April 2024

12th Grade

45 Qs

software dev

software dev

9th - 12th Grade

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Bandaru Chharitha

Used 1+ times

FREE Resource

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

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?