



after changing printf("%lld", fir-'0'); to printf("%d", fir-'0');lighted wrote:
Your code fails last case (112234)
Code: Select all
112234
Code: Select all
112234 is not a multiple of 11.
Thank's a lot gurulighted wrote:
Your function call_div is not correct. Since it is a function it should return a value. There is no return command.