C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

For Loops HW

For Loops HW

9th - 12th Grade

12 Qs

Python while loops

Python while loops

12th Grade

20 Qs

C# Loops (All)

C# Loops (All)

9th - 12th Grade

15 Qs

C++ - Loops and Random Numbers

C++ - Loops and Random Numbers

9th - 12th Grade

14 Qs

SIP C2

SIP C2

12th Grade

20 Qs

C++ Unit 3 & 4 Review

C++ Unit 3 & 4 Review

9th - 12th Grade

14 Qs

C - Language Quiz

C - Language Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rw8 Sodvadiya

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

Discover more resources for Computers