Which one of the following is not true?
a) in typical awk program, all input is read either from standard input or specified files
b) awk language divides its input into records and fields
c) awk reads an input record and the record is automatically seperated by the interpreter into pieces called "fields"
d) the number of fields need to be a constant

Submitted by: Murtaza
d) the number of fields need to be a constant
Explanation:
The number of fields does not need to be a constant.
Submitted by: Murtaza

Read Online Awk Programming Job Interview Questions And Answers