From a04ae98a236d434e51ea5b10cee172e783bcc52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harsh=20Sahu=20=EF=A3=BF?= <42430373+codehawkdevs@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:31:54 +0530 Subject: [PATCH] include --- Pointer_arithmetic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Pointer_arithmetic.c b/Pointer_arithmetic.c index 0ffec02..5b644d4 100644 --- a/Pointer_arithmetic.c +++ b/Pointer_arithmetic.c @@ -1,4 +1,5 @@ #include +#include int main() { int a=5,*p=&a;