Please refer to MCQ Questions Chapter 11 Functions Class 12 Computer Science with answers provided below. These multiple-choice questions have been developed based on the latest NCERT book for class 12 Computer Science issued for the current academic year. We have provided MCQ Questions for Class 12 Computer Science for all chapters on our website. Students should learn the objective based questions for Chapter 11 Functions in Class 12 Computer Science provided below to get more marks in exams.
Chapter 11 Functions MCQ Questions
Please refer to the following Chapter 11 Functions MCQ Questions Class 12 Computer Science with solutions for all important topics in the chapter.
MCQ Questions Answers for Chapter 11 Functions Class 12 Computer Science
Fill in the Blanks:
Question. ________ function is used to calculate the power of a number.
Answer
pow()
Question. Function declaration ends with a ___________?
Answer
; (semicolon)
Question. Functions are commonly divided into ______ types.
Answer
two
One Word:
Question. The functions are predefined and supplied along with the compiler?
Answer
Built-in functions
Question. A function that perform no action?
Answer
dummy function
Question. How many main() functions can be defined in a C program?
Answer
one
Question. The default return data type in function is?
Answer
int
Question. A function that does not return anything has return type?
Answer
void
Question. The parameter passing mechanism used in C is?
Answer
Call by Value and call by Reference
Question. In C, the program execution starts from?
Answer
main() function
Question. The function main() is?
Answer
A user define function
True or False:
Question. Can we pass a constant through a function?
Answer
True
Question. Function can return more thn one values using return statement?
Answer
False
Question. It is possible that a function can contain more than one return statement?
Answer
True
Question. It is compulsory to have one return statement in a function?
Answer
False
Question. To get back from a function, we must use return statement?
Answer
True

We hope you liked the above provided MCQ Questions Chapter 11 Functions Class 12 Computer Science with solutions. If you have any questions please ask us in the comments box below.