| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. The break statement

Correct Answer is : all of the mentioned

2. Which statement skips over the rest of the loop body, causing the next cycle around the loop to begin immediately?

Correct Answer is : continue

3. The next statement

Correct Answer is : immediately stops processing the current record & go to the next record

4. If the argument is supplied to the exit statement,

Correct Answer is : its value is used as the exit status code for the awk process

5. Which statement instructs gawk to stop processing the current data file?

Correct Answer is : nextfile