MCQOPTIONS
Saved Bookmarks
| 1. |
<?php function funclfc() { echo "This is letsfindcourse"; } // Calling the function funclfc(); ?>8.A function name is not case-sensitive? |
| A. | 24 |
| B. | 8 |
| C. | 6 |
| D. | Error: to many argument. |
| Answer» D. Error: to many argument. | |