Examveda

What is the output of the program?
#! /usr/bin/awk -f
BEGIN {
    a=int(2.5)
    print (a*20)
}

A. 50

B. 40

C. a*20

D. syntax error

Answer: Option B


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux