Which header file is required for dynamic memory functions like malloc()?

Memory Management

Quiz
•
Other
•
University
•
Medium
Kavinaya R
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<stdlib.h>
<malloc.h>
<stdio.h>
<memory.h>
Answer explanation
All dynamic memory functions like malloc(), calloc(), realloc(), and free() are declared in <stdlib.h>.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to dynamically allocate memory in C?
alloc()
malloc()
memory()
free()
Answer explanation
malloc() allocates memory in bytes and returns a pointer to the first byte.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will malloc() return if it fails to allocate memory?
-1
0
NULL
Error
Answer explanation
On failure, malloc() returns NULL
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to free dynamically allocated memory?
delete()
dispose()
free()
clear()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
int ptr = (int )malloc(sizeof(int));
*ptr = 5;
printf("%d", *ptr);
Compilation error
Address of ptr
5
Garbage Value
Answer explanation
Memory is allocated, value 5 is assigned and printed correctly.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function initializes memory to zero?
malloc()
calloc()
realloc()
free()
Answer explanation
calloc() allocates memory and sets all bytes to zero.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of realloc()?
To allocate memory
To reassign memory
To change the size of previously allocated memory
To remove memory
Answer explanation
realloc() resizes a memory block that was previously allocated.
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Stack Implementation in C

Quiz
•
University
10 questions
C Quiz

Quiz
•
University
15 questions
CB quiz

Quiz
•
University
15 questions
C Quiz

Quiz
•
University
10 questions
20EC204 Digital System Design Surprise Quiz

Quiz
•
University - Professi...
15 questions
QUIZ 1 - CHAPTER 8 & 9

Quiz
•
12th Grade - University
9 questions
Boys Over Flowers

Quiz
•
KG - Professional Dev...
10 questions
DEADLOCK

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade