Computer Science, asked by Shiksha7881, 10 months ago

What is the use of Dynamic Pointer.

Answers

Answered by Vaibhavverma73
1

Hey mate!

I am here with your answer!

It is a variable which is used to store the address of another variable. Dynamic memory allocation means to allocate the memory at run time. Dynamic memory allocation is possible by 4 functions of stdlib.h header file.

Hope this will help you!

Similar questions