TacticalWiki

PremierProgramme04

HomePage :: DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur :: Vous êtes 38.107.191.89
char*pikachu;
	if (i == 42) {
		pikachu = malloc(sizeof(char) * strlen("Life, the universe, and everything"));
		strcpy(pikachu, "Life, the universe, and everything");
	else {
		pikachu = malloc(sizeof(char) * strlen("pikapikaaa"));
		strcpy(pikachu, "pikapikaaa");
	}

Commentaires [Cacher commentaires/formulaire]
Ajouter un commentaire à cette page: