Q1 Single choice Flag Which of the following choices demonstrates the correct syntax to pass a reference to a subroutine? A \@array4; B @array4($ref); C getpass(\@array4); D getpass{@array4}; Correct answer