Examveda
Examveda

What is the output of this program?
#! /usr/bin/awk -f
BEGIN {
    print index("examveda","linux")
}

A. examveda linux

B. examveda

C. 0

D. none of the mentioned

Answer: Option C


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux