Examveda
Examveda

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

A. example

B. linux MCQ

C. a["linux","MCQ"].

D. syntax error

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux