Which of these is NOT a relational or logical operator?
C Quiz

Quiz
•
Other
•
University
•
Medium
Rakshit Sinha
Used 16+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
=
||
==
!=
2.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
We cannot use the keyword ‘break’ simply within _________.
while
for
if-else
do-while
3.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
The global variables are ____________.
External
Internal
Both External and Internal
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
How is the 3rd element in an array accessed based on pointer notation?
*a + 3
*(a+3)
*(*a+3)
&(a+3)
5.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
What is the disadvantage of arrays in C?
The amount of memory to be allocated should be known beforehand.
Elements of an array can be accessed in constant time.
Elements are stored in contiguous memory blocks.
Multiple other data structures can be implemented using arrays.
6.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
What does the following declaration indicate?
int x: 8;
x stores a value of 8.
x is an 8-bit integer.
Both A and B.
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
How to declare a double-pointer in C?
int *val
int **val
int &val
int *&val
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Object Oriented Programming Language Quiz 3

Quiz
•
University
10 questions
Data Types in C++

Quiz
•
University
10 questions
Java Quiz

Quiz
•
University
20 questions
UAS Algoritma dan Pemrograman

Quiz
•
University
17 questions
Basics of Programming with C

Quiz
•
University
10 questions
A & R Week 7 Industry session assessment

Quiz
•
University
10 questions
Lab 2 Activity

Quiz
•
University
20 questions
Round 3

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