create an SINGLE LINKED LISTS and reverse the data in the
lists completely
Answer Posted / praveen
Push all the elements into a stack (one by one) and then
create a new list by popping of the elements from the stack
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I write a function analogous to scanf?
What is the difference between single charater constant and string constant?
Explain logical errors? Compare with syntax errors.
Which type of language is c?
Write a program to print all permutations of a given string.
What do you mean by c what are the main characteristics of c language?
Explain the properties of union.
Calculate 1*2*3*____*n using recursive function??
Why we write conio h in c?
What are valid signatures for the Main function?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is null pointer constant?
cavium networks written test pattern ..
What is string constants?
Why flag is used in c?