What is the maximum number of Parameters that can be passed to the shell script so that your script can read those parameters for processing ?

  1. 3 parameters and it can be accessed using the variable $3

  2. 9 parameters and it can be accessed using the variable &9

  3. Any number of parameters ( no limit ) and these parameters can be accessed using 'shift' in the script

  4. Any number of parameters ( no limit ) and these parameters can be accessed using 'Case' Statements in the script


Correct Option: C

Find more quizzes: