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: Murtazac) "h" prints an unsigned hexadecimal integer
Explanation:
"x" prints and unsigned hexadecimal integer
Submitted by: Murtaza
Explanation:
"x" prints and unsigned hexadecimal integer
Submitted by: Murtaza
Read Online Awk Programming Job Interview Questions And Answers
Top Awk Programming Questions
☺ | The next statement: |
☺ | The command \"awk {print $1} san.txt\" will: |
☺ | The break statement: |
☺ | Which statement instructs gawk to stop processing the current data file? |
Top Linux OS Categories
☺ | Device Drivers Interview Questions. |
☺ | Linux OS Management Interview Questions. |
☺ | Linux Makefile Interview Questions. |
☺ | Linux Environment Interview Questions. |
☺ | Linux OS Shell Interview Questions. |