Posts by João Ninguem • 31 points
2 posts
-
2
votes2
answers4454
viewsQ: What is sscanf() and sprintf()?
What is the purpose of the sscanf() and the sprintf()?
-
-4
votes2
answers270
viewsQ: Language C - Structure jumps directly to ELSE ignoring IF parameters
#include<stdio.h> int main(){ //Escolhe entre nome do personagem e classe int p,c; printf("RPG teste\n"); printf("Digite um nome para o seu(a)…