Which is the best sort method for library management?
Explain about the constants which help in debugging?
Differentiate between Macro and ordinary definition.
how to go with this?
What is data structure in c language?
write a program whose output will be- 1 12 123 1234
Explain about the functions strcat() and strcmp()?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
How do you determine if a string is a palindrome?
write a programe returns the number of times the character appears in the string
How can I get back to the interactive keyboard if stdin is redirected?
Are there any problems with performing mathematical operations on different variable types?