80.1k views
5 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 Erxin
by
3.7k points

2 Answers

5 votes
this answer would be false.
User YEVY
by
4.6k points
5 votes

Answer:

False

Step-by-step explanation:

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

User Blacc
by
4.3k points