Computer Science, asked by vanshikanarula7805, 11 months ago

Variable length keyword arguments specified in the function heading?

Answers

Answered by Anonymous
0

Explanation:

formula to calculate the simple interest is: simple_interest = (p * t * r) / 100 where p is principal amount, t is time & r is rate of interest. Here is source code of the C program to calculate the simple interest

Similar questions