Question: QUESTION 6 What does this function do bool foo(int a,int b) if (b%a) return false else return true; Returns true if b is a multiple
QUESTION 6 What does this function do bool foo(int a,int b) if (b%a) return false else return true; Returns true if b is a multiple of a and false otherwise O Returns true if a is a multiple of b and false otherwise O Always returns false O Always returns true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
