189) If y is of integer type then the expression
3 * ( y - 8 ) / 9 and ( y - 8 )/ 9 * 3
Answer is:
may or may not yield the same value
Related C Programming MCQ with Answers
Answer is:
prints 6 or 8 depending on the compiler implementation
Answer is: