1. In which year Mahadev Desai, the private secretary of Gandhiji passed away?

Answer: 1944

Reply

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

Comments

Show Similar Question And Answers
QA->In which year Mahadev Desai, the private secretary of Gandhiji passed away?....
QA->For how many years was Mahadev Desai associated with Gandhiji?....
QA->In which year Gopala Krishana Gokhale, the political guru of Gandhiji, passed away?....
QA->Gandhiji’s father passed away in?....
QA->“For that light represented something more than the immediate past, it represented the living, the eternal truths, reminding us of the right path, drawing us from error, taking this ancient country to freedom.” Who said these words when Gandhiji passed away?....
MCQ->Which of the following is the correct sequence of the grades of officers in the Central Secretariat:1. Secretary 2. Additional Secretary 3. Joint Secretary 4. Deputy Secretary 5. Under Secretary 6. Director?...
MCQ->Consider the following statements: 1.Kofi Annan – the UN Secretary General is from Nigeria. 2.Kofi Annan is the first UN Secretary General to be appointed from the ranks of the United Nations staff. 3.Kofi Annan was appointed for a second term to the office of the UN Secretary General. Which of the statements given above are correct?...
MCQ->Danielle has been visiting friends in Ridge-wood for the past two weeks. She is leaving tomorrow morning and her flight is very early. Most of her friends live fairly close to the airport. Madison lives ten miles away. Frances lives five miles away, Samantha, seven miles. Alexis is farther away than Frances, but closer than Samantha. Approximately how far away from the airport is Alexis?...
MCQ->Which of the following statements are correct? Data members ofa class are by default public. Data members of a class are by default private. Member functions of a class are by default public. A private function of a class can access a public function within the same class. Member function of a class are by default private....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main()....
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