Computer Science, asked by blueiphone734, 8 months ago

Explain inserint a element into an ordered linked list.

Answers

Answered by tejasvimaligi
0

Answer:

Procedure For Inserting an element to linked list. Step-1: Get the value for NEW node to be added to the list and its position. Step-2: Create a NEW, empty node by calling malloc(). If malloc() returns no error then go to step-3 or else say "Memory shortage".

Explanation:

PLEASE MARK ME AS BRAINLIEST...

Similar questions