1. Among which class did Indian National Congress find wide acceptance initially?

Answer: Educated middle class

Reply

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

Comments

Show Similar Question And Answers
QA->Among which class did Indian National Congress find wide acceptance initially?....
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
QA->he average weight of 16 boys in a class is 25 kg and that of the remaining 8 boys is 15 kg. Find the average weights of all the boys in the class.....
QA->In which session of Indian National Congress, the moderates and extremists sections of congress reunited?....
MCQ->Which one of the following statements regarding formation of Indian National congress are true? 1.The Indian National Congress was formed at a National Convention held in Calcutta in December 1885 under the presidency of Motilal Nehru 2.The Safety Valve theory rregarding the formation of Indian National Congress emerged from a biography of A.O Hume written ny William Wedderburn 3.An early decision was that President would be from the same region where the session was to be held 4.W.C Banerjee was the first president of Indian National Congress Select the correct answer using the codes below...
MCQ->Indian National Congress found wide acceptance initially among?...
MCQ->Consider the following statement:“No Indian could have started the Indian National Congress...if the founder of the Congress had not been a great Englishman and a distinguished ex-official, such was the distrust of political agitation in those days that the authority would have at once found some way or the other to suppress the movement.”Who among the following gave the statement on the establishment of Indian National Congress? -...
MCQ->Which of the following statements are correct about objects of a user-defined class called Sample? All objects of Sample class will always have exactly same data. Objects of Sample class may have same or different data. Whether objects of Sample class will have same or different data depends upon a Project Setting made in Visual Studio.NET. Conceptually, each object of Sample class will have instance data and instance member functions of the Sample class. All objects of Sample class will share one copy of member functions....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain....
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