What is the output of this program?
#! /usr/bin/awk -f
BEGIN {
print index("examveda","linux")
}
#! /usr/bin/awk -f
BEGIN {
print index("examveda","linux")
}A. examveda linux
B. examveda
C. 0
D. none of the mentioned
Answer: Option C

Join The Discussion