1. In which district is Maniyar, the first private power project in Kerala?

Answer: Pathanamthitta

Reply

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

Comments

Show Similar Question And Answers
QA->In which district is Maniyar, the first private power project in Kerala?....
QA->First hydro electric power project in private sector?....
QA->Kuthunkal, the largest private hydro electric project in Kerala is in the district of?....
QA->The first private power station in Kerala?....
QA->The first private medical college in Kerala, TD Medical College was established in the district of?....
MCQ->In which district is Maniyar, the first private power projectin Kerala?...
MCQ->Consider the following statements:2. The highest criminal court of the district is the Court of District and Sessions Judge. 3. The District Judges are appointed by the Governor in consultation with the High Courts. 4. A person to be eligible for appointment as a District Judge should be an advocate or a pleader of seven years' standing or more, or an officer in judicial service of the Union or the State. 5. When the Session judge awards death sentence, it must be confirmed by the High Court before it is carried out. Which of the statements given above are correct?...
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()....
MCQ->Which of the following statements is correct about the C#.NET code snippet given below? class Trial { int i; Decimal d; } struct Sample { private int x; private Single y; private Trial z; } Sample ss = new Sample();...
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