What the below command does? echo var=$

  1. Assigns value of < to var variable

  2. Assigns value of $< to var variable

  3. Gets input from stdin and assigns that to var variable

  4. Assigns previously returned value to var variable


Correct Option: C

AI Explanation

To explain the given command, let's break it down:

`echo var=$

Find more quizzes: