Vidyalelo
Computer Science · Q395

Linux

Engineering and GATE · Computer Science · question 395

Q395

What is the output of the program? #! /usr/bin/awk -f #This filename is text.awk BEGIN print FILENAME

A.
test.awk
B.
program will print nothing
Answer
C.
syntax error
D.
fatal error

Answer: Option B

Solution

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