Hi,
Could someone explain how to write a function to access and display head node in a one node linked list only? I am learning linked list of my own and I am stuck there. Can someone explain it urgently? Thank you very much in advance.
I have written following code In Turbo C. Please let me know what is wrong in the code:
-----------------------------------------------------------------------------------------------------------------------------------
How to pass head address of linked list to a function in C programming
Could someone explain how to write a function to access and display head node in a one node linked list only? I am learning linked list of my own and I am stuck there. Can someone explain it urgently? Thank you very much in advance.
I have written following code In Turbo C. Please let me know what is wrong in the code:
-----------------------------------------------------------------------------------------------------------------------------------
Code:
#include<stdio.h>...