C Programming Quiz

C Programming Quiz

University

50 Qs

quiz-placeholder

Similar activities

Quiz Python

Quiz Python

University

50 Qs

EC 8352 SS - IAT#2

EC 8352 SS - IAT#2

University

50 Qs

MANAJEMEN OPERASIONAL

MANAJEMEN OPERASIONAL

University

50 Qs

ED 216 (ASSESSMENT IN LEARNING 1) QUIESTIONNAIRE

ED 216 (ASSESSMENT IN LEARNING 1) QUIESTIONNAIRE

University

50 Qs

18SE1001 BTech RA Tech. Apt. -Python

18SE1001 BTech RA Tech. Apt. -Python

University

50 Qs

Komunikasi Akses Nirkabel

Komunikasi Akses Nirkabel

University

51 Qs

DIGITAL IMAGE PROCESSING

DIGITAL IMAGE PROCESSING

University

50 Qs

Arrays-Part-03

Arrays-Part-03

University

54 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Professional Development

University

Hard

Created by

Suresh Kumar

Used 7+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about pointers is correct?

A pointer stores the value of a variable.

A pointer stores the memory address of a variable.

A pointer stores the size of a variable.

A pointer is used to add two values.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is true about sizeof() operator?

It can be used on any data type.

It returns the size in bits.

It can only be used on variables.

It returns the size in bytes.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What will printf("%d", 5 + 3); output?

53

8

35

5 + 3

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the format specifier for printing an integer in C?

%c

%s

%d

%f

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is used to clear memory allocated by malloc()?

clear()

free()

delete()

reset()

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

1

2

3

5

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to dynamically allocate memory in C?

malloc()

free()

sizeof()

realloc()

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?