Medium
What does the following C code demonstrate?
int main()
{
unsigned char message[]= "C:\\ProgramFiles\\QtCreator\\texte.txt";
afficher(message);
return 0 ;
}
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!