From 6bd08c559c8a5e85730e71d211b12528aae8ad81 Mon Sep 17 00:00:00 2001 From: kesav Date: Fri, 28 Mar 2025 12:15:35 +0530 Subject: [PATCH] finalpracricalpull --- num.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/num.c b/num.c index 1222ec7..54e7461 100644 --- a/num.c +++ b/num.c @@ -11,7 +11,8 @@ int main() { sum = num1 + num3; - printf("The sum of %d and %d is %d.", num1, num2, sum); + printf("The sum of %d and %d is %d.",) num1, num2, sum); return 0; } +}