Computer Science, asked by rameshdarsh3038, 1 month ago

6. Which of the following cannot have control and recursive statement O Overloaded functions O Inline functions O Friend functions O Recursive statements​

Answers

Answered by llchummill
2

Explanation:

functions provide following advantages: 1) Function call overhead doesn't occur. 2) It also saves the overhead of push/pop variables

Similar questions