Can a function call itself?
Yes, if it is declared as a recursive function.
Only if it is declared as a private function.
Only if it is declared as a static function.
No, a function cannot call itself.

Programming Principles Exercises are loading ...