Question Set

1. If, + stands for division,stands for addition - stands for multiplication + stands for substraction, which of the following is correct 46 6 4 - 5 + 3 = 74 46 -6 +4 5 3 = 71 46 6 4 -5 +3 =75.5 46 6 -4 +53 =70.1





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->If a  stands for +,  stands for x,  stands for <,  stands for = ,  stands for -,  stands for ÷ ,  stands for > Find out the correct choice: 15  3  72251 15  372251 15372251 15372251....
QA->Who were hailed for the invention of Addition; Subtraction and Division?....
QA->The ‘red tide’ of the sea is caused by the rapid multiplication of which algae?....
QA->The addition of which one of the following will decrease the pH value of water ?....
QA->In a certain code, "FOP" stands for "OLD IS GOLD", POT stands for "GOLD IS PURE" and POM stands for GOLD IS COSTLY. Then how will "PURE OLD GOLD IS COSTLY" be written?....
MCQ->If x stands for addition,”Division” stands for substraction,+ stands for multiplication and – stands for division then 20 x8/8-4+2=?....
MCQ->If → stands for addition stands for substraction, T stands for division stands for multiplication stands for equal to then which of the following alternatives is correct?....
MCQ->If, + stands for division,stands for addition - stands for multiplication + stands for substraction, which of the following is correct 46 6 4 - 5 + 3 = 74 46 -6 +4 5 3 = 71 46 6 4 -5 +3 =75.5 46 6 -4 +53 =70.1....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->If' '/' 'stands for 'multiplication,'+' stands for division, 'X' stands for subtractionand '-' stands for 'addition', which one of the following equations is correct?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution