C Programming Quiz

C Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

CHAPTER 7b

CHAPTER 7b

University

10 Qs

Fundamentos de PSeInt

Fundamentos de PSeInt

University

20 Qs

C Language Fundamentals

C Language Fundamentals

University

10 Qs

C Programming Quiz

C Programming Quiz

University

20 Qs

Arrays in Java

Arrays in Java

University

11 Qs

Oops moment/1

Oops moment/1

University

13 Qs

C++ OOPs Concepts & Inheritance Quiz

C++ OOPs Concepts & Inheritance Quiz

University

20 Qs

Preguntas sobre SQL y C#

Preguntas sobre SQL y C#

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?