Search Header Logo

C Programming Quiz

Authored by Nagendra Gaur

Information Technology (IT)

University

Used 1+ times

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What is the output of

` printf("%d", 5 + 2 * 3); `?

21

11

16

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function returns the length of a string?

strcopy()

strlen()

strcmp()

strcat()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid C identifier?

int@num

123abc

_varName

void

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does `#include` do in a C program?

Declares main function

Links standard I/O functions

Allocates memory

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What is the output of the following loop? for(int i = 0; i < 3; i++) { printf("%d ", i); }

0 1 2

1 2 3

0 1 2 3

0 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage class maintains the variable value between function calls?

auto

register

static

extern

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to access the value at an address 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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?