1. Which Constitutional Article defines the `Provision in case of failure of Constitutional Authority in the state?

Answer: Article 356

Reply

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

Comments

Tags
Show Similar Question And Answers
QA->Which Constitutional Article defines the `Provision in case of failure of Constitutional Authority in the state?....
QA->In which part is the provision of amending the Constitutional Provision is given?....
QA->The provision of amending the Constitutional Provision is given in:?....
QA->Government of which Indian state was fined Rs 100 crore by the National Green Tribunal (NGT) for its failure to curb illegal coal mining in the state?....
QA->Which state has become the India"s first state to set up Disaster Management Authority?....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }...
MCQ->Consider the following statements pertaining to a pile group and a single pile at failure : 1. In loose and medium dense sands, the failure load per pile in a group will generally be greater than the failure load for a single pile. 2. In cohesive soils, the failure load per pile in a group will be greater than failure load for a single pile. 3. For piles driven in dense sands, the failure load per pile in a group is greater than the failure load for a single pile. 4. When the pile spacing is greater than 10 times the pile diameter, the failure loads per pile in a group and forly same in both sands and clays. Of these statements :...
MCQ->Consider the following statements in context with the Disaster Management Act 2005: (1) The act makes provisions for a National Disaster Management Authority at the Centre level and State Disaster Management Authority at the state level (2) The President is the chairman of National Disaster Management Authority, while the Governor is the Chairman of State Disaster Management Authority (3) The National Calamity Contingency Fund has ceased to exist after the National Disaster Response Fund has been created under this act. Which among the above statement is are correct?...
MCQ->What will be the output of the program? #include<stdio.h> int main() { int i=4; switch(i) { default: printf("This is default\n"); case 1: printf("This is case 1\n"); break; case 2: printf("This is case 2\n"); break; case 3: printf("This is case 3\n"); } return 0; }...
MCQ->Point out the error, if any in the program. #include<stdio.h> int main() { int P = 10; switch(P) { case 10: printf("Case 1"); case 20: printf("Case 2"); break; case P: printf("Case 2"); break; } return 0; }...
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