MCQ Methods
MCQ Methods
1. Once a function is defined, it can be invoked repeatedly. What is this feature called?
a. Interface b. Reusability
c. Restructuring d. All of these
2. If a function does not return any value, its return type should be:
a. int b. no-return
c. void d. empty
4. A type of parameter that are used to identify what data is to be passed to a function is called:
a. Formal parameter b. Actual parameter
c. Both a and b d. None of these