Science, asked by christiana19, 5 months ago

Write a pseudo code that can take N integer numbers in a link list and print the list in reverse order.

Answers

Answered by mbakshi37
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