Quiz: Functions

Take a quiz to test your understanding of functions in Perl.

1

How do we do forward declaration of a function?

A)
Square;
B)
sub Square();
C)
declare Square();
D)
func Square();
Question 1 of 70 attempted

Get hands-on with 1200+ tech skills courses.