Which function is used to allocate memory dynamically in C?

Explanation:
malloc() is used to allocate memory dynamically.

Latest Blogs