Answer Posted / guest
source code to obj
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is a structure and why it is used?
What is && in c programming?
c language interview questions & answer
When should the register modifier be used? Does it really help?
Is exit(status) truly equivalent to returning the same status from main?
Is c procedural or object oriented?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Is c language still used?
What is indirection in c?
What does a function declared as pascal do differently?
Difference between exit() and _exit() function?
Is c++ based on c?
What are the types of functions in c?
When was c language developed?