C/Zaawansowane operacje matematyczne: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎sumowanie: program
Linia 146:
printf("sum of integer numbers from %d to %d is %d\n", m, n, sum);
return 0;
}
</syntaxhighlight>