1. Democracy in India rests on the fact that?

Answer: People have right to choose and change the Govt

Reply

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

Comments

Tags
Show Similar Question And Answers
QA->Democracy in India rests on the fact that?....
QA->Mohan rides on cycle at 8km/hr. After every 10km he rests for 20mts. He will cover 40 km in....
QA->The authority to issue’writs’ for the enforcement of Fundamental Rights rests with:....
QA->Who is the author of “India's Parliamentary Democracy on Trail”?....
QA->Who is the author of India's Parliamentary Democracy on Trail ?....
MCQ->In the following program add a statement in the function fact() such that the factorial gets stored in j. #include void fact(int); int main() { int i=5; fact(&i); printf("%d\n", i); return 0; } void fact(int j) { static int s=1; if(j!=0) { s = sj; j = j-1; fact(j); / Add a statement here / } }...
MCQ->We generally talk about democracy but when it comes to any particular thing, we prefer a belonging to our caste or community or religion. So long as we have this kind of temptation, our democracy will remain a phoney kind of democracy. We must be in a position to respect a man as a man and to extend opportunities for development to those who deserve them and not to those who happen to belong to our community or race. This fact of favouritism has been responsible for much discontent and ill-will in our country. Which one of the following statements best sums up the above passage?...
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> long FactFinder(long = 5); int main() { for(int i = 0; i<= 0; i++) cout<< FactFinder() << endl; return 0; } long FactFinder(long x) { if(x < 2) return 1; long fact = 1; for(long i = 1; i <= x-1; i++) fact = fact i; return fact; }...
MCQ->Fact 1: All dogs like to run. Fact 2: Some dogs like to swim. Fact 3: Some dogs look like their masters. If the first three statements are facts, which of the following statements must also be a fact? I: All dogs who like to swim look like their masters. II: Dogs who like to swim also like to run. III: Dogs who like to run do not look like their masters....
MCQ->Fact 1: Jessica has four children Fact 2: Two of the children have blue eyes and two of the children have brown eyes. Fact 3: Half of the children are girls. If the first three statements are facts, which of the following statements must also be a fact? I: At least one girl has blue eyes. II: Two of the children are boys. III: The boys have brown eyes....
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