Question Set

1. In the history of Independent India, which among the following decades had shown 3 consecutive years of double-digit, food price inflation?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Ram bought a Bag at 20% discount on its original price. He sold it with 40% increase on the price he bought it. The new price is by what percent more than the original price....
QA->By which date the Food Safety and Standards Authority of India (FSSAI) has asked food businesses to comply with the new packaging regulations that bar use of recycled plastics and newspapers to wrap food articles?....
QA->The average age of husband, wife and their child 3 years ago was 27 years and that of wife and the child 5 years ago was 20 years. What is the present age of the husband?....
QA->During last five years, which of the following Institutions have extended the largest amount of fresh credit for agriculture in India among all the institutions given in the list ?....
QA->Which one of the following countries has been the largest importer of floriculture products; especially rose and lotus flowers in terms of value from India over last five years among all the countries given in the list ?....
MCQ->In the history of Independent India, which among the following decades had shown 3 consecutive years of double-digit, food price inflation?....
MCQ->What will be the output of the following program? #include<iostream.h> double BixFunction(double, double, double = 0, double = 0, double = 0); int main() { double d = 2.3; cout<< BixFunction(d, 7) << " "; cout<< BixFunction(d, 7, 6) << endl; return 0; } double BixFunction(double x, double p, double q, double r, double s) { return p +(q +(r + s x) x) x; }....
MCQ->If N = 196, the result of the following program will be

INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ, N
DIGIT 1 = N - (N / 10) 10 N = N / 10
DIGIT 2 = N - (N / 10) 10 N = N / 10
DIGIT 3 = N - (N / 10) 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3....
MCQ->Consider the following statements regarding Cost Push Inflation: 1.%%Cost Push Inflation is a function of the costs such as wages, rent , interest rates etc. 2.%%Cost Push Inflation can be controlled easily in comparison to the Demand Pull Inflation 3.%%The purchasing power of Rupee decreases in case of Cost push inflation. Which among the above statements hold correct?....
MCQ->interface DoMath { double getArea(int rad); } interface MathPlus { double getVol(int b, int h); } / Missing Statements ? / which two code fragments inserted at end of the program, will allow to compile? class AllMath extends DoMath { double getArea(int r); } interface AllMath implements MathPlus { double getVol(int x, int y); } interface AllMath extends DoMath { float getAvg(int h, int l); } class AllMath implements MathPlus { double getArea(int rad); } abstract class AllMath implements DoMath, MathPlus { public double getArea(int rad) { return rad rad 3.14; } }....
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