What is the time and space complexities of merge sort and when is it preferred over quick sort?
1083Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
1099Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
1134
What are the different properties of variable number of arguments?
How to write a code for reverse of string without using string functions?
What language is windows 1.0 written?
What is an array in c?
Explain built-in function?
Write a Program to accept different goods with the number, price and date of purchase and display them
How can I get back to the interactive keyboard if stdin is redirected?
How pointer is different from array?
Explain threaded binary trees?
What is the difference between break and continue?
Which is better pointer or array?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
which is conditional construct a) if statement b) switch statement c) while/for d) goto
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is a memory leak? How to avoid it?