1. 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?




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->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
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?....
QA->If A stands for +, B stands for -, c stands for x, then what is the value of (10 C 4) A (4 C 4) B 6?....
QA->If A stands for +, B stands for –, C stands for x, then what is the value of (10C4) A (4C4) – 6 ?....
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 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 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