MCQOPTIONS
Saved Bookmarks
| 1. |
A_user_wants_to_perform_different_operation_on_an_array_type_and_the_function_can_be_overloaded_but_the_parameter_is_of_same_base_type._How_to_do_the_same_by_using_a_single_function?$ |
| A. | By using conditional statement with ‘LENGTH attribute |
| B. | By using loop statement with ‘LENGTH attribute |
| C. | By using unconstrained array in parameters |
| D. | It can’t be done by using single function |
| Answer» E. | |