1. The king of Travancore issued a proclamation announcing the right of Nadar women to wear upper clothes but on condition that they should not imitate the style of clothing worn by upper class women?

Answer: Uthram Tirunal

Reply

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

Comments

Show Similar Question And Answers
QA->The king of Travancore issued a proclamation announcing the right of Nadar women to wear upper clothes but on condition that they should not imitate the style of clothing worn by upper class women?....
QA->The king of Travancore who issued Temple Entry Proclamation?....
QA->The king of Travancore who issued a proclamation in 1874 to control nepotism in appointments to Govt Services?....
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
MCQ->Consider the following library functions
  1. EXP (i.e., ex)
  2. ARCTAN (i.e. tan-1 x)
  3. SQRT (i.e., x)
  4. AES (i.e. |x|)

Which of the above are allowed in Pascal?...
MCQ->Consider the following mnemonics
  1. MOV
  2. ADD
  3. LXI
Which of the above are valid for 8085?...
MCQ->Consider the instructions
  1. MOV M, B
  2. OUT 4
  3. LDA X
Which of the above uses IO/W cycle?...
MCQ->Consider the instructions
  1. MOV M, B
  2. OUT 4
  3. LDAX
Which of the above require memory write cycle?...
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain....
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