Explain how to reverse singly link list.


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

Post New Answer

More C Interview Questions

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


What are types of structure?

0 Answers  


What is %lu in c?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,






Which is best book for data structures in c?

0 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

0 Answers   TCS,


What are the 5 data types?

0 Answers  


Explain bit masking in c?

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


Categories