Vidyalelo
Computer Science · Q319

Linux

Engineering and GATE · Computer Science · question 319

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
Answer
D.
"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