Answers

Question and Answer:

  Home  Awk Programming

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

a) A

Explanation:

The ASCII value of A is 65.

 160 views

More Questions for you: