From 0a3ae5aaa238ae304e8fbe06804c695124fc0f7e Mon Sep 17 00:00:00 2001 From: ticha <123062502+Ticha23@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:31:54 +0300 Subject: [PATCH] Update magic.c --- magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);