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

a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4529


What is actual argument?

579


a value that does not change during program execution a) variabe b) argument c) parameter d) none

682


difference between native and cross compilers

1660


When should you use a type cast?

578






How can I implement a delay, or time a users response, with sub-second resolution?

610


Explain low-order bytes.

615


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1578


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

1621


how can I convert a string to a number?

587


Why do we need volatile in c?

733


How will you delete a node in DLL?

672


Explain how can I read and write comma-delimited text?

638


What are the parts of c program?

621


Write a code to generate divisors of an integer?

626