Obsah fóra
Alcatraz750 - Príspevky
Prehľadať tieto výsledky:
Stránka:
1
z
1
[ Vyhľadávanie našlo 1 výsledok ]
Autor
Správa
Fórum:
Kôš
Téma:
cvičné funkcie
Odpovede:
0
Zobrazenia:
59
nejaké funkcie...:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <math.h>
void change_whites(char string[]){
int i = 0;
while (string[i] == '\0') {
if (string[i] == ' ' || string[i] == '\n'){
string[i] = '.';
}
i++;
}
}
...
...
void swap_sig...
Stránka:
1
z
1
[ Vyhľadávanie našlo 1 výsledok ]
Obsah fóra