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
No Answer is Posted For this Question
Be the First to Post Answer
with out using main how to execute the program?
What are signals in C?
Is an array parameter is always "by reference" ?
Tell me is null always defined as 0(zero)?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain demand paging.
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
What are the disadvantages of a shell structure?
Write a program on swapping (100, 50)
Explain the difference between fopen() and freopen().
write a program in c language to print your bio-data on the screen by using functions.