📚 Practice Mode

Linux System Administration and Shell Scripting

Learn at your own pace with hints and detailed explanations

1 / 20
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