C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

APCSA Arrays

APCSA Arrays

9th - 12th Grade

20 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

C# Programming 2

C# Programming 2

12th Grade

10 Qs

arrays

arrays

12th Grade

15 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Digital Solutions - Algorithms

Digital Solutions - Algorithms

11th - 12th Grade

16 Qs

Loops Quiz

Loops Quiz

9th - 12th Grade

16 Qs

C - Language Quiz

C - Language Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rw8 Sodvadiya

Used 89+ 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?