C Programming Quiz

C Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

Module 1_Introduction to C Programming

Module 1_Introduction to C Programming

University

10 Qs

TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

University

15 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

NEXUS'25

NEXUS'25

University

20 Qs

AVINYA 2K25

AVINYA 2K25

University

19 Qs

Week10: Analog to Digital Conversion and LCD

Week10: Analog to Digital Conversion and LCD

University

10 Qs

C Programming Quiz2

C Programming Quiz2

University

15 Qs

Aptitude and OOP Concepts Assessment

Aptitude and OOP Concepts Assessment

University

20 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Engineering

University

Hard

Created by

Ani Harish

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the C programming language?

Game development

Web development

Data analysis

System programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic data type in C?

char

string

float

int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for declaring a constant in C?

int const x = 10;

int x = const 10;

const int x = 10;

constant int x = 10;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for logical AND in C?

&&

||

!

==

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'break' statement do in a loop?

Pauses the loop

Continues to the next iteration

Restarts the loop

Exits the loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid identifier in C?

1stVariable

variable name

variable-name

_variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: printf("%d", 5 + 2 * 3);?

10

11

21

17

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?