Quiz-1
Q 1. Lexical Analysis Identifies Different Lexical Units in a:- / लेक्सिकल विश्लेषण विभिन्न लेक्सिकल इकाइयों की पहचान करता है:
- Source Code
- Object Code
- Lexeme
- None of the mentioned
Q 2. What is another name for Lexical Analyser? / लेक्सिकल एनालाइजर का दूसरा नाम क्या है?
- Linear Phase
- Linear Analysis
- Scanning
- All of the mentioned
Q 3. Which one of the following is not a valid identifies? / निम्नलिखित में से कौन एक वैध आइडेंटिफायर नहीं है?
- _algbly
- 1 algbly
- alg_bly
- algbly1
Q 4. Number of keywords present in C Language are? / C Language में कितने Keywords मौजूद हैं?
- 32
- 33
- 63
- 64
Q 5.
Assume the output of the following code: / निम्नलिखित कोड का आउटपुट मान लें:
int x;
void main()
{
printf("%d", x);
}
- Runtime error
- Junk Value
- Compile time error
Q 6. Symbolic constants can be defined using / प्रतीकात्मक स्थिरांक का उपयोग करके परिभाषित किया जा सकता है
- # define
- const
- symbols
- None of these
Q 7. which is not a keyword in c? / c में कौन सा कीवर्ड नहीं है? (RPSC ACP programmer 2011)
- switch
- Stop
- break
- none of these
Q 8. Find the primary constant in C language? / C भाषा में प्राथमिक नियतांक ज्ञात कीजिए?
- Array
- Pointer
- Union
- int
Q 9. Which keyword is used to declare a constant in C language? / C भाषा में स्थिरांक घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?
- constant
- continue
- fix
- const
Q 10. Logical operator works on …?/ लॉजिकल ऑपरेटर काम करता है ….?
- Decimal digits
- Binary digits
- Octal digits
- All of these