Question: Write a C program to pass two floating numbers from a user to a function that checks whether the passed number is divisible by number
Write a C program to pass two floating numbers from a user to a function that checks whether the passed number is divisible by number or not and save the result in variable res. Make the function return the res, then print the result of the function.
For example:
Input: number: number:
Output: number is not divisible by number with a result
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
