Q256
What is the output of the program? #! /usr/bin/awk -f BEGIN a=int(2.5) print (a*20)
A.
50
B.
40
AnswerC.
a*20
D.
syntax error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board