The size of both stack and heap remains the same during run time.

dynamic memory allocation in C++

Quiz
•
Computers
•
University - Professional Development
•
Medium
noore ilahi
Used 54+ times
FREE Resource
Student preview

10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dynamic memory in C++ is allocated from which type of memory?
Static
Heap
Stack
Program Code
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Functions and variables use _____ memory when created/accessed in C++.
Heap
Stack
Static
Program code
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can we allocate memory for the objects dynamically in CPP?
Yes
No
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In CPP, dynamic memory allocation is done using ______________ operator.
malloc
alloc
new
allocate
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following operator is used to release the dynamically allocated memory in CPP?
delete
remove
free
both b and c
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is/are valid ways to allocate memory for an integer by dynamic memory allocation in CPP?
int *p = new int(100);
int *p; p = new int; *p = 100;
int *p = NULL; p = new int; *p=100;
Only 1,2
All of the above
Create a free account and access millions of resources
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade