MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
A function name always begins with the keyword ___...
1.
A function name always begins with the keyword _________.
A.
fun
B.
def
C.
function
D.
None of the above
Answer» D. None of the above
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
A function in PHP which starts with double underscore is known as __________.
<?php function prolfc($num1, $num2, $num3) { $mul = $num1 * $num2 * $num3; echo "The product is $mul"; } prolfc(1, 2, 3, 4); ?>9.Type Hinting was introduced in which version of PHP?
<?php function funclfc() { echo "This is letsfindcourse"; } // Calling the function funclfc(); ?>8.A function name is not case-sensitive?
A function name is not case-sensitive?
A function name cannot start with a ____
A function name always begins with the keyword _________.
Why should we use functions?
Which of the following is not a built-in function in php ?
How many types of functions are available in php?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies