1. National emergency proclamation is issued in case of?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A proclamation of emergency issued under Article 352 must be approved by the Parliament within:?....
QA->After approval by' both Houses of Parliament, the proclamation of emergency issued by the President shall be valid:?....
QA->During the proclamation of National Emergency which articls cannot be suspended?....
QA->Which proclamation of National Emergency automatically suspends?....
QA->During the proclamation of National Emergency which articls can not be suspended?....
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 in respect of financial emergency under Article 360 of the Constitution of India:1. A proclamation of financial emergency issued shall cease to operate at the expiration of two months, unless before the expiration of that period it has been approved by the resolutions of both Houses of Parliament. 2. If any proclamation of financial emergency Is in operation. it is competent for the President of India to issue directions for the reduction of salaries and allowances of all or any class of persons serving in connection with the affairs of the Union but excluding the Judges of the Supreme Court and the High Courts. Which of the statements given above is/are correct?....
MCQ->National emergency proclamation is issued in case of?....
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