Q.1.
____ function breaks up a string on the basis of delimiter.
Q.2.
For running a UNIX command within awk, we’ve to use ____ function.
Q.3.
sqroot(x) function returns the square root of x.
Q.4.
Which of the following is supported by awk?
Q.5.
print statement is necessary for printing a line.
Q.6.
awk uses _____ dimensional arrays.
Q.7.
awk has some built-in functions which are used for arithmetic and string operations.
Q.8.
Which of the following is a built-in function for awk?
Q.9.
The _____ function extracts a substring from a string.
Q.10.
awk makes a distinction between numeric and string variables.