1. Match the following: List I (Operation in Basic) List II (Priority) A.Exponentiation1.1B.Multiplication and division2.2C.Addition and subtraction3.3D.Expression within parenthesis4.4





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->Which is the latest addition to the list of UNESCO’s world heritage sites in India?....
QA->A person was taking food in a restaurant.Suddenly he stands and hold his neck and showing some discomfort and not able to speak.What is the best priority action to perform in this context....
QA->Following conditions require the first aider"s higher priority attention except....
MCQ->Match the following: List I (Operation in Basic) List II (Priority) A.Exponentiation1.1B.Multiplication and division2.2C.Addition and subtraction3.3D.Expression within parenthesis4.4

....
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->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); return 0; }....
MCQ->Match the following: List I (Operator in C) List II (Priority of Operation) A.!1.1B.< >2.2C.∗3.3D.=4.4

....
MCQ->Match List I correctly with List II and select your answer using the codes given below : List I List II a) Test of homogeneity of variance 1. Small samples b) t-test 2. Sampling error c) Represents within group variance 3. F-ratio d) Mann-Whitney test 4. Ordinal scale....
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