Q142
What is the output of the program? #! /usr/bin/awk -f BEGIN a["linux","MCQ"]="example" print a["linux","MCQ"]
A.
example
AnswerB.
linux MCQ
C.
a["linux","MCQ"].
D.
syntax error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board