an integer is divisible by 11 if the sum of the digits in odd position
equates to the sum of the digits in even position of the integer.Write
a program in C to find whether a given integer is divisible by 11
following the above rule.
equates to the sum of the digits in even position of the integer.Write
a program in C to find whether a given integer is divisible by 11
following the above rule.
Comment