How can I sort a linked list?


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

Post New Answer

More C Interview Questions

Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


What are different types of operators?

0 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,






6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


What does main () mean in c?

0 Answers  


What is the difference between CV and Resume ?

2 Answers  


What is macro?

5 Answers   IBM,


What is a sequential access file?

0 Answers  


What are the different types of control structures?

0 Answers  


Categories