Vidyalelo
Computer Science · Q394

Linux

Engineering and GATE · Computer Science · question 394

Q394

What is the output of this program? #! /usr/bin/awk -f BEGIN print "20"<"9" ? "true":"false"

A.
true
Answer
B.
false
C.
syntax error
D.
none of the mentioned

Answer: Option A

Solution

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