1. The Union Government recently approved the amendments in the Constitution (Scheduled Castes) Order, 1950, to modify the list of SC in which of the following states?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The Article in the Constitution of India which provides for the appointment of a special officer for Scheduled Castes and Scheduled Tribes by the President of India is :....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->Which schedule of the Constitution make special provisions for the administration and control of scheduled Areas and Scheduled Tribes?....
QA->__ Schedule of the Constitution gives a list of the States and Union Territories.?....
MCQ->The Union Government recently approved the amendments in the Constitution (Scheduled Castes) Order, 1950, to modify the list of SC in which of the following states?....
MCQ->What will be the output of the following program? #include<iostream.h> class Number { int Num; public: Number(int x = 0) { Num = x; } void Display(void) { cout<< Num; } void Modify(); }; void Number::Modify() { int Dec; Dec = Num % 13; Num = Num / 13; if(Num > 0 ) Modify() ; if(Dec == 10) cout<< "A" ; else if(Dec == 11) cout<< "B" ; else if(Dec == 12) cout<< "C" ; else if(Dec == 13) cout<< "D" ; else cout<< Dec ; } int main() { Number objNum(130); objNum.Modify(); return 0; }....
MCQ->Point out the error in the program? #include<stdio.h> #include<string.h> void modify(struct emp); struct emp { char name[20]; int age; }; int main() { struct emp e = {"Sanjay", 35}; modify(&e); printf("%s %d", e.name, e.age); return 0; } void modify(struct emp p) { p ->age=p->age+2; }....
MCQ->Statements: This book 'Z' is the only book which focuses its attention to the problem of poverty in India between 1950 and 1980. Conclusions: There was no question of poverty before 1950. No other book deals with poverty in India during 1950 to 1980.

....
MCQ->According to Article 164(1) of the Constitution of India, in three States there shall be a Minister in charge of tribal welfare who may in addition be in charge of the welfare of the Scheduled Castes and Backward Classes. Which one of the following States is not covered by the Article?....
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