Q181
What is the output of the program? #! /usr/bin/awk -f BEGIN print toupper("eXaMpLe_1_ ")
A.
EXAMPLE_1_$
AnswerB.
eXaMpLe 1 $
C.
ExAmPlE_1_$
D.
EXAMPLE
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board