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