write a program to convert a expression in polish
notation (postfix) to inline (normal)
No Answer is Posted For this Question
Be the First to Post Answer
How pointer is different from array?
Write a code to generate a series where the next element is the sum of last k terms.
Is this program statement valid? INT = 10.50;
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What is array of pointers to string?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Why is c fast?
write a c program to find largest of three numbers using simple if only for one time.
What is structure padding and packing in c?
How are structure passing and returning implemented?
Can you think of a way when a program crashed before reaching main? If yes how?
Explain what is meant by high-order and low-order bytes?