a single linked list consists of nodes a to z .print the
nodes in reverse order from z to a using recursion


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how can we Declare a variable in c without defining it.

1 Answers   TCS,


what is the stackpointer

2 Answers  


Are pointers integer?

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  






define c

6 Answers   HCL, TCS,


What is the advantage of an array over individual variables?

0 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


What are the functions to open and close file in c language?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Compare and contrast compilers from interpreters.

0 Answers  


Categories