Which one of the following statement is not true about the format-control letters for printf statement in awk program?
A. "c" prints a number as an ASCII character
B. "d" prints a decimal integer
C. "h" prints an unsigned hexadecimal integer
D. "o" prints an unsigned octal integer
Answer: Option C
Join The Discussion