• + 0 comments

    if (head != null) { ReversePrint(head.Next); Console.WriteLine(head.Data); }