Q156
What is the output of this program? #! /usr/bin/awk -f BEGIN two=2; two++; print two
A.
two
B.
three
C.
2
D.
3
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board