204) If a = 9, b = 5 and c = 3,
then the expression ( a - a/b * b % c) > a % b % c
evaluates to
Answer is:
TRUE
Related C Programming MCQ with Answers
Answer is:
printf(" %s \ n", " hello ") ;
Answer is:
putchar( 'a' ) ; second(); printf ("%c", 'a' );
Answer is: