Question
1957 में गठित संसद की
राजभाषा समिति के अध्यक्ष कौन थे ?Solution
संविधान के अनुच्छेद 344 के खंड (4) में किये गए प्रावधान के अनुसार सितंबर 1957 में 30 सदस्यों (20 लोकसभा और 10 राज्य सभा से ) की संसदीय समिति गठित की गई जिसे राजभाषा आयोग की सिफारिशों की समीक्षा करके उन पर अपनी राय का प्रतिवेदन राष्ट्रपति को प्रस्तुत करना था ।तदनुसार तत्कालीन गृहमंत्री श्री गोविंद बल्लभ पंत की अध्यक्षता में समिति ने व्यापक विचार विमर्श के पश्चात 8 फरवरी 1959 को राष्ट्रपति को अपना प्रतिवेदन प्रस्तुत किया ।
float i=10;
int f=i;
What kind of typecasting is happening in the above scenario a ?
Which of the following data structures follows the Last-In, First-Out (LIFO) principle?
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...
Fill in the correct option for 25 blank space.
The number of significant figures for 5.1250 and 0.06900 respectively are____
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Which AI technique is used for uncertain reasoning?
Deadlock can arise if four necessary conditions hold simultaneously. Which of the following is NOT one of them?
Consider a Quick Sort implementation where the pivot is always chosen as the last element. If the input array is already sorted in ascending order, what...
Which of the following statements about a Mutex (Mutual Exclusion) lock is correct?