Examveda
Examveda

What is the output of the program?
#! /usr/bin/awk -f
BEGIN {
   print toupper("eXaMpLe_1_$")
}

A. EXAMPLE_1_$

B. eXaMpLe 1 $

C. ExAmPlE_1_$

D. EXAMPLE

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux