Vidyalelo
Computer Science · Q181

Linux

Engineering and GATE · Computer Science · question 181

Q181

What is the output of the program? #! /usr/bin/awk -f BEGIN print toupper("eXaMpLe_1_ ")

A.
EXAMPLE_1_$
Answer
B.
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