[OT] Re: help solving addition problem in C
Keith Thompson wrote:
The O.P. has been interviewing for jobs in Frankfurt, and has
met with nothing but rejections. He's trying to overcome them by
casting out neins.
--
Eric.Sosman@sun .com
Keith Thompson wrote:
"@$|-|. DUBEY" <dubey.ashwini@ gmail.comwrites :
>
It's difficult to imagine how adding the digits of the decimal
representation of an integer could be "urgent". [...]
>i have a interger
>val = 99999;
>and i want to add the content of val i.e., 9+9+9+9+9 = 45;
>>
>how to do that....
>need urgent help
>val = 99999;
>and i want to add the content of val i.e., 9+9+9+9+9 = 45;
>>
>how to do that....
>need urgent help
It's difficult to imagine how adding the digits of the decimal
representation of an integer could be "urgent". [...]
met with nothing but rejections. He's trying to overcome them by
casting out neins.
--
Eric.Sosman@sun .com
Comment