C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

for and while loops level 2

for and while loops level 2

9th - 12th Grade

12 Qs

While Loops and Boolean Statements

While Loops and Boolean Statements

10th - 12th Grade

10 Qs

Loops 101 DW Quiz

Loops 101 DW Quiz

9th - 12th Grade

10 Qs

QuickCSharpCodeQuiz

QuickCSharpCodeQuiz

8th - 12th Grade

12 Qs

CP M4 Repetition & Loops

CP M4 Repetition & Loops

9th - 12th Grade

15 Qs

For and While Loop in Python

For and While Loop in Python

9th - 12th Grade

18 Qs

CSP Arrays

CSP Arrays

10th - 12th Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

C - Language Quiz

C - Language Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rw8 Sodvadiya

Used 81+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the founder of C Language?

Dennis Ritchie

Steve Jobs

Akhil S

Dwayne Ritchie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

int blood group;

int bloodGroup;

int BloodGroup;

int blood_;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the types of loops in C Language?

While

Do While

For

Do

While

For

While Do

For While

While

All of above.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operators are considered Relational Operators?

>,<,<=,>=,==

&& , | |

=,+=,-=,*=,/=

🤍

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include<stdio.h>

main()

{

int x = 10;

x++;

printf("%d",x);

}

11

10

9

none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we have one input but multiple options, which expression will we use?

switch case

nested if else

else if ladder

looping

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of logical operators?

To Connect multiple conditions.

To create condition.

To assign condition to the variable

To get right output.

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?