What is the time and space complexities of merge sort and when is it preferred over quick sort?
No Answer is Posted For this Question
Be the First to Post Answer
related proverb of "dont count your chicken before it hatches"
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Explain how are portions of a program disabled in demo versions?
What are nested functions in c?
Why do we need functions in c?
Explain what is meant by 'bit masking'?
Is c# a good language?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Explain the term printf() and scanf() used in c language?
What is the difference between far and near in c?