a) Write the function prototype of a function subject which takes 2 integer arguments and
returns no value.
I
b) Write two diffe Inces between fu
[2]
Answers
Answered by
2
Answer:
Explanation:
First of all, function prototypes include the function signature, the name of the function, return type and access specifier. ... The function signature determines the number of parameters and their types. In the above example, the return type is "void". This means that the function is not going to return any value.
Similar questions