TacticalWiki

PremierProgramme04

HomePage :: DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur :: Vous êtes 38.107.191.86
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");
	}

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]