C Programming Quiz

C Programming Quiz

University

80 Qs

quiz-placeholder

Similar activities

Қортыныды. Ақпараттық-коммуникациялық технологиялар

Қортыныды. Ақпараттық-коммуникациялық технологиялар

University

85 Qs

Тест по компьютерным сетям

Тест по компьютерным сетям

University

85 Qs

Basics Computer

Basics Computer

University

80 Qs

икт 31-110

икт 31-110

University

79 Qs

MYSQL

MYSQL

University

80 Qs

web b

web b

University

79 Qs

Review Quiz Midterm Intro to Computing

Review Quiz Midterm Intro to Computing

University

84 Qs

chapter 3 76

chapter 3 76

University

76 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Nagendra Gaur

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Information Technology (IT)