Question du test C++

Quelle est la valeur d'un pointeur vers une fonction qui n'a pas été définie?

Difficile

What would be the output of the following code snippet?

char *p = “Hello World!!”;
cout << (void*) p << endl;
Auteur: Abha AgrawaStatut : PubliéeQuestion passée 418 fois
Modifier
0
Évaluations de la communauté
developer avatar
Fafun
02/03/2024
missing ';' at the first line