1.

How are default arguments specified in the function heading?(a) identifier followed by an equal to sign and the default value(b) identifier followed by the default value within backticks (“)(c) identifier followed by the default value within square brackets ([])(d) identifier

Answer» Right choice is (a) identifier followed by an equal to sign and the default value

The explanation is: Refer documentation.


Discussion

No Comment Found