Right answer is (d) if, while, for
The best I can explain: awk generally supports all the functions and features of a modern programming language. It provides if condition for control flow and while, for loop for repeatedly executing the instructions.