InterviewSolution
Saved Bookmarks
| 1. |
Write the function prototype for the function “sum” that takes an integer variable (x) as its argument and returns a value of float data type. |
|
Answer» The prototype for the function "sum " with variable is written as float sum(int x) |
|