Vidyalelo
Computer Science · Q256

Linux

Engineering and GATE · Computer Science · question 256

Q256

What is the output of the program? #! /usr/bin/awk -f BEGIN a=int(2.5) print (a*20)

A.
50
B.
40
Answer
C.
a*20
D.
syntax error

Answer: Option B

Solution

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