#include #include #include int main() { char tekst[100], nowytekst[100]; int i = 0, j = 0, count = 0; printf("Wpisz tekst:\n"); for(i = 0; (tekst[i]=getchar())!='\n'; i++) { } tekst[i] = '\0'; count = i; for(i = 0; i