#include int main() { char * x="Zoho123Corp45"; int result=0,i; for(i=0; x[i]!='0'; i++) { if(x[i]>=48 &&x[i]<=57) result=result+(x[i]-'0'); } printf("%d", result); return 0; }
Answers
Answered by
0
hey mate what are you trying to express/please check out the question once again
thanks
Similar questions