From f0943f92aeaa66f4cd30d177c9faa0ef7035d412 Mon Sep 17 00:00:00 2001 From: poorvitiwary <43653211+poorvitiwary@users.noreply.github.com> Date: Mon, 7 Oct 2019 20:50:14 +0530 Subject: [PATCH] Update emar.c --- emar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emar.c b/emar.c index f997ac2..75b68e7 100644 --- a/emar.c +++ b/emar.c @@ -1,6 +1,6 @@ include int main() { - int a=2+5; + int a=2*5; printf("%d",a); }