Question Set

1. Ashoka’s claim to be one of the greatest rulers in world history life in the fact that?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
QA->Who created history by becoming the first Indian to claim a world title in motorsports by lifting the FIM World Cup held in Hungary in the women’s category?....
QA->In which the claim of Ashoka’s greatness cheifly lay?....
QA->List by the CIA (Central Intelligence Agency) world fact book (2009); the country with highest life expectancy among UN member state is?....
QA->Greatest of the Persian rulers was?....
MCQ->Ashoka’s claim to be one of the greatest rulers in world history life in the fact that?....
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->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.....
MCQ->Fact 1: Robert has four vehicles. Fact 2: Two of the vehicles are red. Fact 3: One of the vehicles is a minivan. If the first three statements are facts, which of the following statements must also be a fact? I: Robert has a red minivan. II: Robert has three cars. III: Robert's favorite color is red.....
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; }....
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