Question: Write a C function called print_type that takes three values (a, b, c) and print their type according to the following rules: If all values
Write a C function called print_type that takes three values (a, b, c) and print their type according to the following rules: If all values are equal, then they are of Type 1 If any two of them are equal, then they are of Type2 If no value equal the other, then they are of Type3. You should print which types these values belong to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
