What is the next number in the series: 2, 4, 8, 16, ?

Aptitude and OOP Concepts Assessment

Quiz
•
Engineering
•
University
•
Medium
Atharva Kulthe
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
32
64
24
40
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If A is taller than B and B is taller than C, who is the shortest?
B
D
C
A
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a certain code language, if 'CAT' is coded as '3120', how is 'DOG' coded?
2145
3056
4157
4178
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid pointer declaration in C?
float *ptr;
int ptr;
char ptr;
int *ptr;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is polymorphism in OOP?
Polymorphism is the ability to create multiple instances of a class.
Polymorphism refers to the process of combining multiple classes into one.
Polymorphism is the ability of a class to inherit properties from multiple classes.
Polymorphism is the ability of different classes to be treated as instances of the same class through a common interface.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the value pointed to by a pointer in C?
Use the dereference operator '*' to access the value pointed to by a pointer.
Use the increment operator '++' to retrieve the value from the pointer.
Access the value directly using the pointer variable without any operator.
Use the address operator '&' to access the value pointed to by a pointer.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code: int a = 5; int *p = &a; printf('%d', *p);?
6
10
4
5
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
TRICODE CHALLENGE ROUND 1

Quiz
•
University
20 questions
Java MCQ Test Day-2

Quiz
•
University
20 questions
C++ OOPs Concepts & Inheritance Quiz

Quiz
•
University
21 questions
Java basic

Quiz
•
University
15 questions
UML Diagrams Quiz

Quiz
•
University
20 questions
Introduction to C++

Quiz
•
University
25 questions
Round1

Quiz
•
University
15 questions
ETS Pemrograman Berorientasi Obyek

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