The factorial of n is equal to ______.
a) n – 1
b) n – factorial (n–1)
c) factorial (n–1)
d) n factorial (n–1)
D
Computer Science & Information Technology
You might also like to view...
Is it an acceptable practice to replace a computer battery with one that has a lower voltage (but not higher)?
A) Yes B) No
Computer Science & Information Technology
Which of the following will allow you to access structure members?
a. the structure access operator
b. the dot operator
c. the #include
Computer Science & Information Technology