Consider the following code:
open( INPUT, “Chapter1”);
Given this code, which one of the following choices demonstrates reading in list context?
A.
%file = <INPUT>;
B.
@file = <INPUT>;
C.
@%file < <INPUT>;
D.
$file = <INPUT>;
Consider the following code:
open( INPUT, “Chapter1”);
Given this code, which one of the following choices demonstrates reading in list context?
Consider the following code:
open( INPUT, “Chapter1”);
Given this code, which one of the following choices demonstrates reading in list context?
A.
%file = <INPUT>;
B.
@file = <INPUT>;
C.
@%file < <INPUT>;
D.
$file = <INPUT>;