Recents in Beach

C Programming MCQ For WBJECA ( SET - 5)

WBJECA MCQ FOR NEW SYLLABUS

C Programming MCQ ( SET - 3)

C programming MCQ
  1. Can we assign null on void pointer ?

    1. error
    2. yes
    3. no
    4. none of above
    Answer: B
    Explantion: None


  2. Which of the following will not return a value?

    1. int
    2. char
    3. void
    4. null
    Answer: C
    Explantion: none


  3. Prototype of a function means ________ ?

    1. Declaration of function
    2. Parameter of function
    3. Name of function
    4. All of above
    Answer: D
    Explantion: None.


  4. Variable that are declared but not initializes contains __________ ?

    1. Blank Space
    2. garbage
    3. 0
    4. None of above
    Answer: B
    Explantion: None


  5. Which type of statement is break in C programming Language ?

    1. Looping statement
    2. Jump statement
    3. Conditional Statement
    4. Both of A & B
    Answer: B
    Explantion: None


  6. float a[15] , What is the size of array ?

    1. 60
    2. 30
    3. 15
    4. 35
    Answer: A
    Explantion:


  7. Which operator is used to access value at address value at address stored by a pointer variable ?

    1. !
    2. #
    3. &
    4. *
    Answer: D
    Explantion: None


  8. C programming language are converted into machinne language with the help of ?

    1. An interpriter
    2. An operating system
    3. An editor
    4. A compiler
    Answer: D
    Explantion: None


  9. Which of the following is not a reserved keyword for c ?

    1. case
    2. main
    3. do
    4. auto
    Answer: B
    Explantion: None


  10. 10

    Which of the following is not a correct variable type ?

    1. real
    2. char
    3. double
    4. int
    Answer: a
    Explantion: None



Post a Comment

0 Comments