499,889 views
6 votes
6 votes
A function's return data type must be the same as the function's

parameter(s).
True
False


// For c++

A function's return data type must be the same as the function's parameter(s). True-example-1
User Jamespconnor
by
2.8k points

2 Answers

19 votes
19 votes
this answer would be false.
User Michael Emerson
by
2.7k points
14 votes
14 votes

Answer:

False

Step-by-step explanation:

Return data type has no relation with the function's parameter

User Gkalpak
by
3.4k points