Which of the following is NOT a bitwise operator in C?
Revision C class

Quiz
•
Computers
•
University
•
Easy
Abhishek Pandey
Used 2+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<<
|
^
/
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of explicit type casting in C?
int x = 10.5;
float y = 10;
int x = (int) 10.5;
double z = 100;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is guaranteed to execute at least once?
while
for
do while
for each
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________ involves a function calling itself repeatedly until a specified condition is met.
User defined function
Reiteration
Library function
Recursion
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to declare a constant in C?
int constant x = 3;
const int x = 3;
constant int x = 3;
#constant 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the expression a *= 2 do in C?
a += 2
a = 2 / a
a = a * 2
a = a * a
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to skip the current iteration of a loop in C?
break
continue
goto
for
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
C Basics

Quiz
•
University
12 questions
C++ Basics (1)

Quiz
•
University
16 questions
A "C" Event-the backbone of modern coding.

Quiz
•
University
10 questions
T_4.2 Identifier, Data Types, Operators & Expressions

Quiz
•
12th Grade - University
10 questions
C++ Variables, Literals, and Constants Quiz

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
10 questions
Python - Functions

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade