1. ”All those laws that were in force immediately before the enactment of the constitution shall be void to the extent of inconsistency with the fundamental rights”. Essence of Article 13(1) which quotes this can be placed under which of the following?





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 Fundamental Rights in the Indian Constitution have similarity with the Bill of Rights in the Constitution of?....
QA->The Fundamental Rights in the Indian Constitution have similarity with the Bill of Rights in the Constitution of:....
QA->Which fundamental right can’t be suspended even during an emergency under the Article 352 of the constitution?....
QA->Which fundamental right can’t be suspended even during an emergency under the Article 352 of the constitution?....
QA->Under which operation launched by the Railway Protection Force (RPF) as many as 1,371 people were arrested and over 69,294 bottles were seized in an all India drive to crackdown the selling of unauthorised packaged drinking water?....
MCQ->”All those laws that were in force immediately before the enactment of the constitution shall be void to the extent of inconsistency with the fundamental rights”. Essence of Article 13(1) which quotes this can be placed under which of the following?....
MCQ->Which of the following statements is/are not indicative of the difference between Fundamental Rights and Directive Principles? I. Directive Principles are aimed at promoting social welfare, while Fundamental Rights are for protecting individuals from State encroachment. II. Fundamental Rights are limitations on State action, while Directive Principles are positive instructions for the Government to work towards a just socioeconomic order. III. Fundamental Rights were included in the original Constitution, but Directive Principles were added by the first Amendment. IV. Fundamental Rights are amendable, but Directive Principles cannot be amended.?....
MCQ->What will be the output of the following program? #include<iostream.h> class Bix { int x, y; public: void show(void); void main(void); }; void Bix::show(void) { Bix b; b.x = 2; b.y = 4; cout<< x << " " << y; } void Bix::main(void) { Bix b; b.x = 6; b.y = 8; b.show(); } int main(int argc, char argv[]) { Bix run; run.main(); return 0; }....
MCQ->What will be the output of the following program? #include<iostream.h> struct IndiaBix { int arr[5]; public: void BixFunction(void); void Display(void); }; void IndiaBix::Display(void) { for(int i = 0; i < 5; i++) cout<< arr[i] << " " ; } void IndiaBix::BixFunction(void) { static int i = 0, j = 4; int tmp = arr[i]; arr[i] = arr[j]; arr[j] = tmp ; i++; j--; if(j != i) BixFunction(); } int main() { IndiaBix objBix = {{ 5, 6, 3, 9, 0 }}; objBix.BixFunction(); objBix.Display(); return 0; }....
MCQ->Article 13 of Indian constitution uses the words “to the extent of such inconsistency be void” Which of the following doctrines is coherent to this?....
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