write a program to convert a expression in polish
notation (postfix) to inline (normal)
What is the correct code to have following output in c using nested for loop?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What is the difference between Printf(..) and sprint(...) ?
What language is c written?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Where are some collections of useful code fragments and examples?
When should a type cast not be used?
How does pointer work in c?
How is null defined in c?
How can I open a file so that other programs can update it at the same time?
can we access one file to one directory?
There seem to be a few missing operators ..