Recents in Beach

C Programming MCQ For WBJECA ( SET - 11)

WBJECA MCQ FOR NEW SYLLABUS

C Programming MCQ ( SET - 11)

C programming MCQ
  1. A function can be called inside an another function ?

    1. fase
    2. true
    3. both of A & B
    4. None of above
    Answer: B
    Explantion: None


  2. The maximum number of arguments that can be passed in a single function ?

    1. 256
    2. 0
    3. 253
    4. 255
    Answer: C
    Explantion: None


  3. Every function must return a value ?

    1. No
    2. yes
    3. maybe
    4. none of above
    Answer: A
    Explantion: None.


  4. A variable that is declared inside another function can be used in main() ?

    1. NO
    2. only for that function
    3. Yes
    4. both A & B
    Answer: D
    Explantion: None


  5. How many type of macros in C programming ?

    1. Two
    2. one
    3. Three
    4. No nay macros
    Answer: A
    Explantion: None


  6. Difference between ASCII value of Upper & Lower case of the same letter is _______ ?

    1. 32
    2. 0
    3. 48
    4. 30
    Answer: A
    Explantion: None


  7. float occupy how many bytes in memory ?

    1. 16 bytes
    2. 2 bytes
    3. 1 bytes
    4. 4 bytes
    Answer: D
    Explantion: None


  8. A pointer that is initialized NULL value is called ________ ?

    1. wild pointer
    2. pointer pointer
    3. function pointer
    4. Null pointer
    Answer: D
    Explantion: None


  9. Declaration of single line comment is ____________ ?

    1. */
    2. //
    3. */
    4. ?* */
    Answer: B
    Explantion: None


  10. 10

    How many types of assignment operator in C programming ?

    1. two
    2. one
    3. three
    4. none of above
    Answer: A
    Explantion: None

 More C programming MCQ  for  

 

Post Graduate Entrance Examination


Post a Comment

0 Comments