Question from the Language C - Fundamentals test

What does the following code refer to: C:\ProgramFiles\QtCreator\text.txt ?

Medium

What does the following C code demonstrate?

int main()
{
    unsigned char message[]= "C:\\ProgramFiles\\QtCreator\\texte.txt"; 
    afficher(message); 
    return 0 ;
}

Author: KahinaStatus: Published(Update)Question passed 311 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!