Vidyalelo
Computer Science · Q156

Linux

Engineering and GATE · Computer Science · question 156

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board