1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #include<stdio.h> main() { int num,sum,a,b,c,d,e,d1,d2,d3,d4,d5; printf("Enter any five digits number:"); scanf("%d",&num); a=num/10; d5=num%10; b=a/10; d4=a%10; c=b/10; d3=b%10; d=c/10; d2=c%10; e=d/10; d1=d%10; sum=d1+d2+d3+d4+d5; printf("\nsum of digis of given number is %d",sum); } |
Related Posts
10 nob input Display Prime or composite.
#include<stdio.h> int main() { int i,n[10],c=0; printf ("Enter a number \n"); f[...]
input Nob Search and sorting. using Array
#include<stdio.h> int main() { int r[20],e,s,a; printf("Enter array size"); sc[...]
10 nob input and display odd Number
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 #include<stdio.h> int [...]
20 nob input and display even Number.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #include<stdio.h> main () { int n[[...]
Display Location and Show its Address.
1 2 3 4 5 6 7 8 9 #include<stdio.h> main() { int i,n[]={10,14,16,81,99,12}; for(i=0;i<[...]
Subscribe to:
Post Comments
(
Atom
)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.