Vidyalelo
Computer Science · Q405

Linux

Engineering and GATE · Computer Science · question 405

Q405

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board