Question Set

1. CSO has changed the base year for estimating the national income data - -





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The average monthly income of A and B is Rs. The average monthly income of B and C is Rs. 6250 and the average monthly income of A and C is Rs. What is the monthly income of A?....
QA->The ratio of the monthly income of A and B is 7:5 and that of B and C is 19: The average monthly income of B and C is Rs. 17, find the montly Income of A?....
QA->Why is the Gross National Income always more than Net National Income?....
QA->Which organization is responsible for collecting data on national income in India?....
QA->In order to promote growth and investment, a new provision has been inserted in the Income-tax Act with effect from FY 2019-20 which allows any domestic company an option to pay income-tax at the rate of __ per cent subject to condition that they will not avail any exemption/incentive.?....
MCQ->CSO has changed the base year for estimating the national income data - -....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->As monthly income INR 10,000/- less than Bs monthly income. Bs monthly income is INR 15,000/- less than Cs monthly income. If the total monthly income of A,B and C together is INR 65,000/-, what is As monthly income ?....
MCQ->5 PERC income of X is equal to 15 PERC income of Y and 10 PERC income of Y is equal to 20 PERC income of Z. If income of Z is Rs. 3,000 then total income of X, Y and Z in Rupees is....
MCQ->Which of the following statements are correct about Inheritance in C#.NET? A derived class object contains all the base class data. Inheritance cannot suppress the base class functionality. A derived class may not be able to access all the base class data. Inheritance cannot extend the base class functionality. In inheritance chain construction of object happens from base towards derived.....
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