Which header file is mandatory for DYNAMIC MEMORY ALLOCATION
Dynamic Allocation

Quiz
•
Computers
•
University
•
Medium
Abhishek Pandey
Used 16+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
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 Quizizz
13 questions
DSA Day 2

Quiz
•
University
13 questions
Revision 2 MCA

Quiz
•
University
10 questions
exception

Quiz
•
University
10 questions
Linked Lists

Quiz
•
University
10 questions
OPERATING SYSTEM (COMPUTER ARCHITECTURE)

Quiz
•
University
10 questions
IT Quiz Round 3

Quiz
•
University
10 questions
Talent Next Java MCQ-1

Quiz
•
University
12 questions
Quiz 9: Pointer

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