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

Submitted by: Murtaza
c) "h" prints an unsigned hexadecimal integer
Explanation:
"x" prints and unsigned hexadecimal integer
Submitted by: Murtaza

Read Online Awk Programming Job Interview Questions And Answers