1. Name the revolutionary who was shot dead in an encounter with police at a public park in Allahabad?

Answer: Chandrasekhar Azad

Reply

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

Comments

Show Similar Question And Answers
QA->Name the revolutionary who was shot dead in an encounter with police at a public park in Allahabad?....
QA->Who Shot himself in a shooting encounter in Allahabad?....
QA->Revolutionary youth Madanlal Dhingra shot dead?....
QA->Pazhassi Raja was shot dead by?....
QA->Pazhassi Raja was shot dead on ?....
MCQ->Consider the following pairs:National Park ver flowing through the Park 1. Corbett National Park: Ganga 2. Kaziranga National Park: Manas 3. Silent Valley National Park: Kaveri Which of the above pairs is/are correctly matched?...
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }...
MCQ->What will be the output of the program? public class HorseTest { public static void main (String [] args) { class Horse { public String name; / Line 7 / public Horse(String s) { name = s; } } / class Horse ends / Object obj = new Horse("Zippo"); / Line 13 / Horse h = (Horse) obj; / Line 14 / System.out.println(h.name); } } / class HorseTest ends /...
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure....
MCQ->Statement: The police department has come under a cloud with recent revelations that at least two senior police officials are suspected to have been involved in the illegal sale of a large quantity of weapons from the state police armoury. Courses of Action: A thorough investigation should be ordered by the State Government to bring out all those who are involved into the illegal sale of arms. State police armoury should be kept under Central Government's control.

...
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