The following is a properly declared function function myCra
The following, is a properly declared function:
function myCrazyFunction {
// statements to be executed
}
A. No, the function name is wrong
B. No, the function definition cannot have comments inside
C. No, parentheses weren\'t used for parameters
D. No, just no.
I think is C? maybe?
Solution
Option: A
Explanation: Declaretion of Function: return_type function_name(argument list);
