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 possible to change the default calling convention in c ?
program to locate string with in a string with using strstr function
What is c language used for?
Explain how can a program be made to print the name of a source file where an error occurs?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is null in c?
What does c mean?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
write a program to copy a string without using a string?
write a C code To reverse a linked list
how to TOGGLE Nth bit of variable in a MACRO