1. Who was the Chief Minister of Cochin at the time of new state of Travancore - Cochin formed?

Answer: Ikkanda Warrier.

Reply

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

Comments

Show Similar Question And Answers
QA->Who was the Chief Minister of Cochin at the time of new state of Travancore - Cochin formed?....
QA->Who is the only person to hold the office of MLA; MP; Speaker; Minister; Deputy Chief Minister and Chief Minister?....
QA->Who was the last Chief Minister of Travancore Cochin State?....
QA->The last Chief Minister of Travancore Cochin State?....
QA->C.Kesavan became the Chief Minister of Travancore-Cochin in?....
MCQ->Which among the following statements concerning the Chief Minister is/are NOT true: (1) At his time of appointment, the Chief Minister need not be a member of the state legislature (2) Chief Minister must ALWAYS prove his majority in the legislative assembly BEFORE his appointment. (3) It is the governor who does the final appointment of the Chief Minister. (4) The Chief Minister can recommend the dissolution of the legislative assemble to the Governor....
MCQ->Give the name of the person who held the posts of Prime Minister of Travancore, Chief Ministr of Travancore -Cochin, Chief Minister of Kerala and Governor of Punjab....
MCQ->C.Kesavan became the Chief Minister of Travancore-Cochin in:...
MCQ->The Chief Minister of Kerala recently launched Haritha Keralam Mission to make the state clean, protect its water sources and soil. Who is the Chief Minister of the state?...
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }...
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