Examveda
Examveda

What is the output of this program?
#! /usr/bin/awk -f
BEGIN {
    two=2;
    two++;
    print two 
}

A. two

B. three

C. 2

D. 3

Answer: Option D


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux