Awk Programming Question: RSTART is set by invoking the: a) match function b) index function c) asort function d) split function Awk Programming Interview QuestionAnswer: a) match function Previous QuestionNext QuestionIn awk program, the name of the array can not be same with the: a) name of variable b) value of the array element c) both (a) and (b) d) none of the mentionedIn awk, the built-in variable FS is: a) input field seperator b) output field seperator c) record seperator d) subscript seperator