MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is used to check if a function has already been defined? |
| A. | bool f_exists(functionname) |
| B. | bool function_exists(functionname) |
| C. | None of above |
| D. | bool func_exist(functioname) |
| Answer» C. None of above | |