Review the following program. What is the possible problem?()
单选题
2022-05-13 02:07
A、 #!/bin/ksh line is missing
B、 Variable name VAR is not properly initialized
C、 Loop variable is not incremented inside the loop
D、 Loop variable is not decremented inside the loop