Wednesday, 1 May 2019

ch- Memory Allocation

memory allocation
Memory allocation can be done by using keyword „create‟. FALSE
malloc() allocates memory from the heap and not from the stack. TRUE

Automatic variables are allocated memory in:
A) Heap 
B) Data Segment 
C) Code Segment 
D) Stack


. __realloc______ is a inbuilt library function to adjust the allocated dynamic memory size 

No comments:

Post a Comment

Index

ch-1 Introduction