diff --git a/magic.c b/magic.c index 552d3c4..f469474 100644 --- a/magic.c +++ b/magic.c @@ -16,7 +16,7 @@ int main(void) * - only one statement * - you are not allowed to code anything else than this line of code */ - ; + *(p + 5) = 98; /* ...so that this prints 98\n */ printf("a[2] = %d\n", a[2]); return (0);