Computer Science, asked by amnamalikamna0, 5 months ago


Write
in
your
words
(in points)
how
a
new
node
can
get
a
memory
allocations?​

Answers

Answered by Swoyamshree10
2

 a node at the beginning of the linked list

Allocate the memory in heap for the new node using the calling of malloc(). ...

After getting the memory successfully stored the data in the data field as per the requirement. ...

For the linking, assign the address of the first node to the next pointer of the created new node.

Answered by student8a31
2

this is the answer ..............

follow me

Attachments:
Similar questions