From baf74970ff23093ca90629687a0a4c48eb0d8922 Mon Sep 17 00:00:00 2001 From: MULAYAM SINGH YADAV <72188675+msy8795@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:22:14 +0530 Subject: [PATCH] Update 3-input.c --- 3-input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-input.c b/3-input.c index f3b6625..e2cec63 100644 --- a/3-input.c +++ b/3-input.c @@ -8,6 +8,6 @@ int main(){ printf("Enter the value of b \n"); scanf("%d", &b); - printf("The sum of a & b is %d", a+b); + printf("The sum of a & b is :-%d", a+b); return 0; -} \ No newline at end of file +}