📚 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?
- function_name() {command-list }
- function_name ( ) { }
- function name (command list ) {
- None