Vidyalelo
Computer Science · Q142

Linux

Engineering and GATE · Computer Science · question 142

Q142

What is the output of the program? #! /usr/bin/awk -f BEGIN a["linux","MCQ"]="example" print a["linux","MCQ"]

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