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
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
Why the use of alloca() is discouraged?
What are categories used for in c?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
what is the difference between procedure oriented and object oriented progaming language
Differentiate abs() function from fabs() function.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is size of union in c?
What are the rules for the identifier?