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
what are the files which are automatically opened when a c file is executed?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What are qualifiers?
What does char * * argv mean in c?
Does * p ++ increment p or what it points to?
How can you print HELLO WORLD without using "semicolon"?
What is void c?
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is the difference between ‘g’ and “g” in C?
explain what are pointers?
ASCII stands for
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?