Smartmind
.global
Which of the following statements accurately defines the base case for the factorial function?
When the input number (n) is equal to 0
When the input number (n) is negative
When the input number (n) is 1
When the input number (n) is greater than 1
Computer Science and Technology Exercises are loading ...