
Quiz on C Operators

Quiz
•
Engineering
•
12th Grade
•
Hard
Seethamani P IT faculty
Used 2+ times
FREE Resource
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
Similar Resources on Wayground
12 questions
Autodesk Lesson 1 Questions Only

Quiz
•
9th - 12th Grade
15 questions
Quiz on Keyword, Constants and Variable

Quiz
•
12th Grade
10 questions
Embedded System Quiz 1

Quiz
•
12th Grade
18 questions
Circuits Review Quiz

Quiz
•
11th Grade - University
10 questions
PTUD_AI_HP2

Quiz
•
9th - 12th Grade
10 questions
Penentuan Posisi dan Kerangka Dasar Horisontal

Quiz
•
11th Grade - University
16 questions
Conceptos de Derivadas y Límites

Quiz
•
12th Grade
10 questions
Multiplication Mastery: Tables 1-5

Quiz
•
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 Engineering
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
10 questions
Impact of 9/11 and the War on Terror

Interactive video
•
10th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
6 questions
Biography

Quiz
•
4th - 12th Grade
25 questions
ServSafe Foodhandler Part 3 Quiz

Quiz
•
9th - 12th Grade
10 questions
Fact Check Ice Breaker: Two truths and a lie

Quiz
•
5th - 12th Grade
20 questions
Macromolecules

Quiz
•
9th - 12th Grade