C Programming Quiz

C Programming Quiz

University

80 Qs

quiz-placeholder

Similar activities

Informática - Questões de Concursos

Informática - Questões de Concursos

University

83 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Nagendra Gaur

Used 1+ times

FREE Resource

AI

Enhance your content

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

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?

&

*

->

@

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?