code for quick sort?


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

Post New Answer

More C Interview Questions

What is a nested formula?

0 Answers  


what is the difference between c and c++?

7 Answers  


what are advantages of U D F?

1 Answers   Google,


When can a far pointer be used?

0 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  






Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


Is it possible to execute code even after the program exits the main() function?

0 Answers  


Which function in C can be used to append a string to another string?

0 Answers  


Write a C program to count the number of email on text

0 Answers  


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


how many argument we can pas in in a function

25 Answers   CTS,


Categories