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.
1098Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
1133
write a program to concatenation the string using switch case?
What is variables in c?
Explain threaded binary trees?
Why doesnt this code work?
What is file in c preprocessor?
Explain that why C is procedural?
What is the use of putchar function?
Explain pointer. What are function pointers in C?
How do I copy files?
What are the valid places to have keyword “break”?
How many keywords are there in c?
What is a far pointer in c?
Did c have any year 2000 problems?
What is indirection?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.