Examveda

What is the output of this program?
#! /usr/bin/awk -f
BEGIN {
    print log(1)
}

A. 0

B. syntax error

C. fatal error

D. segmentation fault

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux