Linux System Administration and Shell Scripting

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following are syntax that can be used to declare a function?

  1. function_name() {command-list }
  2. function_name ( ) { }
  3. function name (command list ) {
  4. None
Change Mode