
Quiz on C Operators
Quiz
•
Engineering
•
12th Grade
•
Practice Problem
•
Hard
Seethamani P IT faculty
Used 2+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x;
int y;
int z;
x=3;
y=4;
z = ++x * y++;
printf("%d",z);
12
16
20
0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to compare two values for equality?
<>
=
!=
==
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the expression (5 > 3) && (2 < 4)?
undefined
true
false
null
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the bitwise operator '&' do in C?
The '&' operator shifts bits to the left.
The '&' operator inverts the bits of a number.
The '&' operator performs a bitwise AND operation.
The '&' operator performs a bitwise OR operation.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you assign a value to a variable in C?
You can assign a value to a variable in C by using the command: set variable_name to value;
You assign a value to a variable in C using the syntax: variable_name = value;.
In C, you declare a variable and assign a value with the syntax: variable_name : value;
You assign a value to a variable in C using the syntax: value = variable_name;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int i = 95;
char c = 97;
printf("%d, %d\n", sizeof(i), sizeof(c));
return 0;
}
4,1
4,2
2,4
2,8
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you determine the size of a data type in C?
Use the 'sizeof' operator.
Use the 'length' function.
Check the data type documentation.
Use the 'size' keyword.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Explorando el Movimiento Parabólico
Quiz
•
12th Grade
10 questions
Mastering Java Arithmetic Operators
Quiz
•
10th Grade - University
20 questions
Power
Quiz
•
10th Grade - University
12 questions
Quiz on Variables and Arithmetic Operations
Quiz
•
12th Grade - University
20 questions
Desafío de Fracciones
Quiz
•
12th Grade
10 questions
Funciones y Derivadas
Quiz
•
12th Grade
15 questions
EGl_quiz_1
Quiz
•
12th Grade
15 questions
Sistem Robot Industri 1
Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Engineering
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
34 questions
Geometric Terms
Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
16 questions
Proportional Relationships And Constant Of Proportionality
Quiz
•
7th - 12th Grade
10 questions
DNA Replication Concepts and Mechanisms
Interactive video
•
7th - 12th Grade
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
15 questions
Identify Triangle Congruence Criteria
Quiz
•
9th - 12th Grade
