Question
'राजभाषा नियम 1976' में
किस विषय पर प्राधिकृत नियमन नहीं किया गया है?Solution
स्पष्टीकरण: 'राजभाषा नियम 1976' भारत में राजभाषा के प्रयोग , प्रोत्साहन , और विकास के लिए नियमन तथा निगरानी के लिए बनाया गया है। इस नियम में राजभाषा के उच्चारण और व्याकरण पर प्राधिकृत नियमन नहीं किया गया है। नियम के अंतर्गत , भाषा के प्रयोग का समय , उपयोगिता , संविधान और धार्मिक लेख , और भाषा के उपयोग को बढ़ावा देने के लिए विभिन्न प्रावधान हैं।
Which construct allows embedding a block of text in shell scripts as input?
What is the exit status code of a successfully executed command in Linux shell?
How can you pass command-line arguments to a shell script?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which command is used to read user input from the keyboard and store it in a variable?
Which construct replaces a command with its output in a POSIX shell?
In bash, which command is used to trap and handle signals like SIGINT?
Star schema consists of:
Which operator enables process substitution?