Which three are valid replacements for foo so that the program will compiled and run?
A.
int i: array
B.
int i = 0; i < 1; i++
C.
;;
D.
; i < 1; i++
E.
; i < 1;
Which three are valid replacements for foo so that the program will compiled and run?
A.
int i: array
B.
int i = 0; i < 1; i++
C.
;;
D.
; i < 1; i++
E.
; i < 1;