malloc () function important role - Data Structure
Q. Which function plays an important role in returning the address of memory block allocated to locate / store a node especially while declaring ' top ' in the linked representation of the Stack?- Published on 28 Aug 15a. galloc ()
b. falloc ()
c. malloc ()
d. calloc ()
ANSWER: malloc ()