I have the following code snippet
int a = 10;char *p = &a;printf("%d", *p);printf("%c", *p);
What happens in memory? What will it print and why?
Aucun commentaire:
Enregistrer un commentaire