Search Header Logo

C Programming Quiz

Authored by Ani Harish

Engineering

University

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?