Multiple choice

Which of the following is the awk built in functions?

  1. int() function

  2. log(n) function

  3. sqrt(n) function

  4. all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

 sin(n) , log(n) , int() all these are awk built in functions just like in c language.