Quiz-1

Q 1. Lexical Analysis Identifies Different Lexical Units in a:- / लेक्सिकल विश्लेषण विभिन्न लेक्सिकल इकाइयों की पहचान करता है:

  1. Source Code
  2. Object Code
  3. Lexeme
  4. None of the mentioned

Q 2. What is another name for Lexical Analyser? / लेक्सिकल एनालाइजर का दूसरा नाम क्या है?

  1. Linear Phase
  2. Linear Analysis
  3. Scanning
  4. All of the mentioned

Q 3. Which one of the following is not a valid identifies? / निम्नलिखित में से कौन एक वैध आइडेंटिफायर नहीं है?

  1. _algbly
     
  2. 1 algbly
     
  3. alg_bly
     
  4. algbly1
     

Q 4. Number of keywords present in C Language are? / C Language में कितने Keywords मौजूद हैं?

  1. 32
  2. 33
  3. 63
  4. 64

Q 5. Assume the output of the following code: / निम्नलिखित कोड का आउटपुट मान लें:
int x; 
void main() 

printf("%d", x); 
}

  1. Runtime error
  2. Junk Value
  3. Compile time error

Q 6. Symbolic constants can be defined using / प्रतीकात्मक स्थिरांक का उपयोग करके परिभाषित किया जा सकता है

  1. # define
  2. const
  3. symbols
  4. None of these

Q 7. which is not a keyword in c? / c में कौन सा कीवर्ड नहीं है? (RPSC ACP programmer 2011)

  1. switch
  2. Stop
  3. break
  4. none of these

Q 8. Find the primary constant in C language? / C भाषा में प्राथमिक नियतांक ज्ञात कीजिए?

  1. Array
  2. Pointer
  3. Union
  4. int

Q 9. Which keyword is used to declare a constant in C language? / C भाषा में स्थिरांक घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?

  1. constant
  2. continue
  3. fix
  4. const

Q 10. Logical operator works on …?/ लॉजिकल ऑपरेटर काम करता है ….?

  1. Decimal digits
  2. Binary digits
  3. Octal digits
  4. All of these