Dynamic Allocation

Quiz
•
Computers
•
University
•
Medium
Abhishek Pandey
Used 17+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which header file is mandatory for DYNAMIC MEMORY ALLOCATION
stdio.h
math.h
stdlib.h
dos.h
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is correct about calloc() function?
Allocates the space for elements of an ARRAY
initialize the elements to 0
If the space is insufficient then return NULL pointer
ALL of these
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
calloc and malloc function is used for
dynamic memory allocation
static memory allocation
Both static memory allocation and dynamic memory allocation
ALL
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
void * malloc(size_t n) returns
Pointer to n bytes of uninitialized storage
NULL if the request can be satisfied
Nothing
All
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is static memory allocation
Array
stack
linked list
ALL
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
In function free(p), p is a
int
Pointer returned by malloc()
Pointer returned by calloc()
Pointer returned by malloc() & calloc()
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Memory allocation using malloc() is done in?
Static area
Heap area
Stack area
Both Stack & Heap area
8.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which one is used during memory deallocation in C?
free(p);
terminate(p);
delete(p);
remove(p);
Similar Resources on Wayground
10 questions
Mastering Problem Solving in C

Quiz
•
University
10 questions
mentor hr quiz

Quiz
•
University
10 questions
DS-Mech-Quiz

Quiz
•
University
8 questions
Sistemas Operativos - Capítulo 5 - Memória e Ponteiros

Quiz
•
University
10 questions
DS Quiz-1

Quiz
•
KG - University
10 questions
C quiz

Quiz
•
University
10 questions
C++ Fundamentals

Quiz
•
University
10 questions
Queue and Data Structure Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University