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

Answer Posted / bhavitha

a/bc+de-*

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check prime number in c programming?

617


Write a program to print "hello world" without using a semicolon?

606


What is pass by reference in functions?

334


FILE PROGRAMMING

1787


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1438






List a few unconditional control statement in c.

566


What is an example of structure?

598


writ a program to compare using strcmp VIVA and viva with its output.

1538


Why dont c comments nest?

628


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1129


what are bit fields? What is the use of bit fields in a structure declaration?

1510


What are run-time errors?

610


What is main () in c language?

611


What is signed and unsigned?

651


What is difference between Structure and Unions?

656