0

Can anyone please help me with my mistake! Please

https://code.sololearn.com/cZ6K9uaxAyjS/?ref=app

4th Jan 2018, 5:41 PM
Rahul guha
Rahul guha - avatar
13 Answers
+ 2
https://code.sololearn.com/cZ6K9uaxAyjS/?ref=app
4th Jan 2018, 5:48 PM
Rahul guha
Rahul guha - avatar
+ 2
not working
4th Jan 2018, 5:48 PM
Rahul guha
Rahul guha - avatar
+ 1
change prinf to printf
4th Jan 2018, 5:44 PM
Alexander Kuslya
Alexander Kuslya - avatar
+ 1
thanks man you people are grat
4th Jan 2018, 5:45 PM
Rahul guha
Rahul guha - avatar
+ 1
great
4th Jan 2018, 5:45 PM
Rahul guha
Rahul guha - avatar
+ 1
and change it to : prinf("the result of adding of the digits is %d",&result);
4th Jan 2018, 5:45 PM
Alexander Kuslya
Alexander Kuslya - avatar
+ 1
ok
4th Jan 2018, 5:46 PM
Rahul guha
Rahul guha - avatar
+ 1
copy and past please printf("the result of adding of the digits is %d",&result);
4th Jan 2018, 5:49 PM
Alexander Kuslya
Alexander Kuslya - avatar
+ 1
printf("the result of adding of the digits is %d", result); this one
4th Jan 2018, 5:50 PM
Alexander Kuslya
Alexander Kuslya - avatar
+ 1
not working bro
4th Jan 2018, 6:26 PM
Rahul guha
Rahul guha - avatar
+ 1
look at this try: 1. in my Android application input functions from <stdio.h> doesn't work😱, so i change scanf function to a simple 'num = 98765;' (for example) 2. The main mistake is using of '%' operator instead of '/' operator. Change it and summ of the digits become correct. https://code.sololearn.com/ctwJZnrKUrt9/?ref=app
4th Jan 2018, 7:44 PM
Alexander Kuslya
Alexander Kuslya - avatar
- 1
oh shit
4th Jan 2018, 5:45 PM
Rahul guha
Rahul guha - avatar