Computer Science, asked by kamyashukla, 8 months ago

write a fuction prototype for a function "result " that's has a reference data type as an argument for a class "salary"​

Answers

Answered by bharatbijou
2

Answer:

Explanation:

The function prototype declares the function; the definition defines it. ... Any function that does not explicitly declare a return type returns int. ... Write a function that takes two unsigned short integer arguments and returns the result of dividing the first by the second

Similar questions