List at least 10 sorting methods indicating their average case
complexity, worst case complexity and best case complexity.
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use malloc() or calloc()?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Write a program that accept anumber in words
What are the similarities between c and c++?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
what are brk, sbrk?
How to add two numbers with using function?
What are the concepts introduced in OOPs?
how to use enum datatype?Please explain me?
character array A[12] can hold
what is diff between localstatic and globalstatis variable possible 2 use in another file...?