Explain what is the difference between functions getch() and getche()?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is memory leak in c?
Explain about the constants which help in debugging?
How do I create a directory? How do I remove a directory (and its contents)?
How to find the usage of memory in a c program
wite a programme in c to linear search a data using flag and without using flags?
What is meaning of tree
What are pointers? What are stacks and queues?
What does return 1 means in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
There seem to be a few missing operators ..