Which function is used to delete the allocated memory space?

DMA and Stacks

Quiz
•
Computers
•
University
•
Hard
RAVIKANTH K
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Malloc()
free()
Calloc()
None
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h>
void main() {
int ptr = (int )malloc(sizeof(int));
*ptr = 10;
free(ptr);
p = 5;
printf("%d", ptr);
}
Compilation error
5
0
Garbage value
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function should be used to free the memory allocated by calloc() ?
dealloc();
malloc(variable_name, 0)
free();
memalloc(variable_name, 0)
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How to increase the size of dynamically allocated array?
realloc(variable_name, value);
malloc(variable_name, value);
calloc(variable_name, value);
I dont know
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is correct about calloc() function?
Allocates the space for elements of an array.
Initializes the elements to zero.
If space is insufficient returns a NULL pointer.
All of these
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the functionality of realloc()?
Change the location of memory allocated by malloc() or calloc().
Reallocates memory deleted by free() function.
It is used to modify the size of the previously allocated memory space.
None of these
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Process of inserting an element in stack is called ____________
Create
Push
Evaluation
Pop
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Java Arrays

Quiz
•
University
10 questions
C++ Programming Quiz

Quiz
•
University
15 questions
Arrays and Pointers in C

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
15 questions
CODE ZENITH

Quiz
•
University
10 questions
C Programming Lab Quiz

Quiz
•
University
10 questions
Talent Next Java MCQ-1

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