When the function is called the parameters specified is known as___parameter in cpp
Answers
Answered by
2
function returning the max between two numbers int max(int num1, int num2) { // local variable declaration int result; if (num1 > num2) result = num1; else result = num2; return result; }
timelsss:
nice
Similar questions
English,
7 months ago
Math,
7 months ago
Math,
7 months ago
Chemistry,
1 year ago
World Languages,
1 year ago