Vidyalelo
Computer Science · Q240

Linux

Engineering and GATE · Computer Science · question 240

Q240

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

A.
examveda linux
B.
examveda
C.
0
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board