samedi 6 février 2016

C-programming Help pleas

//This code wil not run sombody can help me why

include

include

main ()

{

char user[7];

printf("Username\n");

scanf("%s",user);

if(user == 'admin')

{

printf("Hello World");

}

else

{

printf("Bad");

}

return(0);

}

Aucun commentaire:

Enregistrer un commentaire