Question Set

1. Which act was amended in 1967 to make the use of English in addition to Hindi compulsory in certain cases





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Which Article of the Constitution is related to ‘Protection against arrest and detention in certain cases’?....
QA->Under the provisions of Article 343 of the Constitution, Hindi was declared the official language of the Union. But the use of English language was allowed to continue for the official purpose of the Union for a period of?....
QA->In certain amino acids; which elements is found in addition to carbon; hydrogen; nitrogen and oxygen?....
QA->In certain amino acids, which elements is found in addition to carbon, hydrogen, nitrogen and oxygen?....
QA->On which day World Hindi Day was observed across the world to mark the anniversary of first World Hindi Conference which was held in 1975?....
MCQ->Which act was amended in 1967 to make the use of English in addition to Hindi compulsory in certain cases....
MCQ->There were 5000 literate in a village. 35% can speak English and 60% can speak Hindi. 30% speak neither English nor Hindi. How many persons can speak both English and Hindi ?....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->Which one of the following is not the central feature of Article 343 of Constitution of India? 1.Hindi of Devnagri script shall be national language of the Union 2.The official language of the Union shall be Hindi in Devnagri script 3.English language shall continue to be used for official purposes within States 4.If two or more states agree,Hindi should be the official language of communication between the states Select the correct answer using the codes below....
MCQ->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); 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