char str1[50] //scanf("%s",str1); int sum_of_ascii = 0; for(int i = 0; i!= ' '; i++){ sum_of_ascii += str1[i]; }