top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Convert this infix expression to postfix form: 3*log(x+1)*a/2

0 votes
1,148 views
Convert this infix expression to postfix form: 3*log(x+1)*a/2
posted May 27, 2018 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

How to convert prefix expression to postfix expression? Any sample code in C would be helpful?

+1 vote

Can we evaluate the infix expression with stack in one pass? Sample C/C++ code would be helpful...

+2 votes

convert a number m to n with minimum operations. The operations allowed were -1 and *2.

For Eg : 4 and 6. Answer is 2.
1st operation : -1 -> 4-1 = 3.
2nd operation : * -> 3 * 2 =6.

+1 vote

Considering a server that should ignore requests older than 1 second, create a structure to handle this behavior and give its complexity.

...