From 5876401b3666671d8d8e0b835f1bf25c63d5da63 Mon Sep 17 00:00:00 2001 From: Raj gupta <65468161+rajgupta93@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:30:14 +0530 Subject: [PATCH] Update add-two-integer.c --- add-two-integer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add-two-integer.c b/add-two-integer.c index ca32652..e3dded8 100644 --- a/add-two-integer.c +++ b/add-two-integer.c @@ -1,7 +1,7 @@ -#include +#include // header file int main(){ - int inp1, inp2; + int inp1, inp2;// //initialization of variable printf("Enter Integer [x]: "); scanf("%d", &inp1);