C - Language Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
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
Similar Resources on Wayground
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
13 questions
C++ Loops

Quiz
•
9th - 12th Grade
10 questions
Java: repetition control structure for & while

Quiz
•
10th - 12th Grade
18 questions
Computer Science

Quiz
•
9th - 12th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
11 questions
Entradas ADC de tarjeta ESP32

Quiz
•
12th Grade
10 questions
Python Data Types

Quiz
•
9th - 12th Grade
19 questions
Python Loops Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade