The comparison expression "x ~ y" will true if:
a) x is not equal to y
b) the string x does not match the regular expression denoted by y
c) the string x matches the regular expression denoted by y
d) none of the mentioned

Submitted by: Murtaza
c) the string x matches the regular expression denoted by y
Submitted by: Murtaza

Read Online Awk Programming Job Interview Questions And Answers