0
Can anyone please help me with my mistake! Please
13 Answers
+ 2
https://code.sololearn.com/cZ6K9uaxAyjS/?ref=app
+ 2
not working
+ 1
change prinf to printf
+ 1
thanks man you people are grat
+ 1
great
+ 1
and change it to :
prinf("the result of adding of the digits is %d",&result);
+ 1
ok
+ 1
copy and past please
printf("the result of adding of the digits is %d",&result);
+ 1
printf("the result of adding of the digits is %d", result);
this one
+ 1
not working bro
+ 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
- 1
oh shit