In the following code:
char *title = "VP"; printf("Sizeof title: %zd | Sizeof *title: %zd | Strlen: %zd\\n", sizeof title, sizeof *title,