change to postfix a/(b+c*d-e)

Answer Posted / musa

(dc*b+e-)a/

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1685


What is a loop?

667


What is the stack in c?

800


What is typedef example?

724


What is queue in c?

662






What is a function in c?

676


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

1103


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1717


write a program to generate address labels using structures?

4139


Here is a good puzzle: how do you write a program which produces its own source code as output?

685


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(ā€œ-ā€œ); Return 0;

1215


What are local static variables? How can you use them?

734


code for find determinent of amatrix

1621


What are the general description for loop statement and available loop types in c?

786


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1943