C060Functions • Recursion
Most ImportantEasy
Q1.A function that calls itself is known as a:
A
nested function
B
recursive function
Correct answer
C
inline function
D
library function
Correct answers are highlighted in green
return any value, its return type should be:return statement, a C function can return at most how many values?return type, name, and parameters before it is used is called the:return?return type of the main() function is: