Write a program to reverse a linked list in c.
No Answer is Posted For this Question
Be the First to Post Answer
what is mean by Garbage collection ? Please answer me. Advance thanks.
How to reverse a string using a recursive function, with swapping?
What is c language & why it is used?
write a programe to find the factorial of given number using recursion
Can the “if” function be used in comparing strings?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is main void in c?
What is use of #include in c?
How can you print HELLO WORLD without using "semicolon"?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
find the sum of two matrices and WAP for it.
can i know the source code for reversing a linked list with out using a temporary variable?