“substrat c # après caractère” Réponses codées

c

char subbuff[5];
memcpy( subbuff, &buff[10], 4 );
subbuff[4] = '\0';
Plimpton

c

//where we want the word "test" and we know its position in the string
char *buff = "this is a test string";
printf("%.*s", 4, buff + 10);
Grotesque Gazelle

Réponses similaires à “substrat c # après caractère”

Questions similaires à “substrat c # après caractère”

Plus de réponses similaires à “substrat c # après caractère” dans C#

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code