Output of the below expression? COUNT=expr $COUNT + 1

  1. This sets the COUNT variable to the value given by the (+) operator.

  2. Concatenates the Given Expression inside Quotes.

  3. This adds 1 to the shell variable $COUNT.

  4. None.


Correct Option: C

Find more quizzes: