Write a program to reverse a linked list in c.


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

Post New Answer

More C Interview Questions

What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


Why string is used in c?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


What is an arrays?

0 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,






control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


diff .between strcture and union

2 Answers  


Categories