What is quick sort in c?


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

Post New Answer

More C Interview Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


What are the 5 data types?

0 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,






errors in computer programmes are called

1 Answers   NET,


What is difference between union and structure in c?

0 Answers  


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


Difference between malloc() and calloc() function?

0 Answers  


What is a protocol in c?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


Categories