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

Answer Posted / aravind

a/bc*d-e+

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is structure padding done in c?

767


Why is this loop always executing once?

697


What are the different types of control structures in programming?

749


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

848


What is a protocol in c?

634






How was c created?

688


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2626


What is the purpose of sprintf?

711


Explain what are the advantages and disadvantages of a heap?

707


What is the difference between local variable and global variable in c?

788


Write a program to check whether a number is prime or not using c?

678


What does %d do?

841


Give me the code of in-order recursive and non-recursive.

995


can we change the default calling convention in c if yes than how.........?

2149


Where does the name "C" come from, anyway?

725