Examveda

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

A. true

B. false

C. syntax error

D. none of the mentioned

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux