Answers

Question and Answer:

  Home  Awk Programming

⟩ 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

c) "h" prints an unsigned hexadecimal integer

Explanation:

"x" prints and unsigned hexadecimal integer

 157 views

More Questions for you: