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

how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


what is the difference between embedded c and turbo c ?

1 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


What are the different types of objects used in c?

0 Answers  






write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


List some of the dynamic data structures in C?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


Why #include is used in c language?

0 Answers  


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Explain what are the advantages and disadvantages of a heap?

0 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


Categories