Write a pseudo code that can take N integer numbers in a link list and print the list in reverse order.
Answers
Answered by
3
Answer:
creat Array Nx1
do till Counter of EOL
read Current
store at array position N,
if counter less than EOL loop back
else print array
Similar questions