What is the output of the command awk 'BEGIN {printf "%cn",65}'
a) A
b) 65
c) syntax error
d) none of the mentioned

Submitted by: Murtaza
a) A
Explanation:
The ASCII value of A is 65.
Submitted by: Murtaza

Read Online Awk Programming Job Interview Questions And Answers