WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 3)
- Can we assign null on void pointer ?
- error
- yes
- no
- none of above
Answer: B
Explantion: None - Which of the following will not return a value?
- int
- char
- void
- null
Answer: C
Explantion: none - Prototype of a function means ________ ?
- Declaration of function
- Parameter of function
- Name of function
- All of above
Answer: D
Explantion: None. - Variable that are declared but not initializes contains __________ ?
- Blank Space
- garbage
- 0
- None of above
Answer: B
Explantion: None - Which type of statement is
break
in C programming Language ?- Looping statement
- Jump statement
- Conditional Statement
- Both of A & B
Answer: B
Explantion: None - float a[15] , What is the size of array ?
- 60
- 30
- 15
- 35
Answer: A
Explantion: - Which operator is used to access value at address value at address stored by a pointer variable ?
- !
- #
- &
- *
Answer: D
Explantion: None - C programming language are converted into machinne language with the help of ?
- An interpriter
- An operating system
- An editor
- A compiler
Answer: D
Explantion: None - Which of the following is not a reserved keyword for c ?
- case
- main
- do
- auto
Answer: B
Explantion: None - 10Which of the following is not a correct variable type ?
- real
- char
- double
- int
Answer: a
Explantion: None
More C programming MCQ for
0 Comments