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

25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


what r callback function?

1 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  






How do I initialize a pointer to a function?

2 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


what is unsigened char and what is the difference from char

2 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


Calculate 1*2*3*____*n using recursive function??

0 Answers  


Explain what is the difference between far and near ?

0 Answers  


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


Categories