C Programming Quiz

C Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

Arreglos en Pseint y C++

Arreglos en Pseint y C++

University

10 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

Java MCQs for Placement Preparation

Java MCQs for Placement Preparation

University

20 Qs

TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

University

15 Qs

Quiz on Embedded Systems

Quiz on Embedded Systems

University

20 Qs

C Programming Fundamentals Assessment

C Programming Fundamentals Assessment

University

15 Qs

Introduction to C++

Introduction to C++

University

20 Qs

Understanding C Conditional Statements

Understanding C Conditional Statements

University

10 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?