Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1987

How to pass head address of linked list to a function in C programming

$
0
0
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:
-----------------------------------------------------------------------------------------------------------------------------------
Code:
#include<stdio.h>...
How to pass head address of linked list to a function in C programming

Viewing all articles
Browse latest Browse all 1987

Trending Articles