1. In which year Gfandhiji established Satyagraha ashram at Kochrab near Ahmedabad?

Answer: 1915

Reply

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

Comments

Show Similar Question And Answers
QA->In which year Gfandhiji established Satyagraha ashram at Kochrab near Ahmedabad?....
QA->In which year Gandhiji established Ahmedabad Texile Union?....
QA->In which year Gandhiji established Sabarmati Ashram?....
QA->In which year Gandhiji established Sevagram Ashram at Wardha?....
QA->Name the residence of Mahathma Gandhi in Ahmedabad from where he began his salt Satyagraha in 1930?....
MCQ->What will be the output of the program in Turbo C? #include<stdio.h> int main() { char near near ptr1; char near far ptr2; char near huge ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }...
MCQ->With reference to Rowlatt Satyagraha, which of the following statements is/are correct?1. The Rowlatt Act was based on the recommendations of the Sedition Committee.2. In Rowlatt Satyagraha, Gandhiji tried to utilize the Home Rule League.3. Demonstrations against the arrival of Simon Commission coincided with Rowlatt Satyagraha.Select the correct answer using the code given below....
MCQ->Four different coloured counters are placed in a row. The red counter is near the green counter, but not near the blue. The blue counter is not near the yellow. Which counter is next to yellow?...
MCQ->What will be the output of the program? #include<stdio.h> int main() { char huge near far ptr1; char near far huge ptr2; char far huge near ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }...
MCQ->What will be the output of the program (in Turbo C under DOS)? #include<stdio.h> int main() { char huge near far ptr1; char near far huge ptr2; char far huge near ptr3; printf("%d, %d, %d\n", sizeof(ptr1), sizeof(ptr2), sizeof(ptr3)); return 0; }...
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