Page 1 of 1

Write a function that takes the address of a Singulary Linked List and returns the reversed list. Note: Using an array o

Posted: Thu Jun 02, 2022 8:02 am
by answerhappygod
Write a function that takes the address of
a Singulary Linked List and returns the reversed
list. Note: Using an array or a second list in the solution is
omitted. All operations will be performed on the
existing list. Write in C language.
Parametre olarak tek yönlü doğrusal listenin başlangıç adresini
alan ve listeyi ters çevirerek listenin başlangıç adresini döndüren
fonksiyonu yazınız. Not: Dizi ya da ikinci bir liste
kullanılmayacak. Bütün işlemler var olan liste üzerinde
gerçekleştirilecektir. C programlama dilini kullanın.