Q319
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
AnswerD.
"o" prints an unsigned octal integer
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board