From dcc0e7f5bab96d399fbc0ef907c61551133faa7e Mon Sep 17 00:00:00 2001 From: Avani-Mohan-K <72187555+Avani-Mohan-K@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:15:23 +0530 Subject: [PATCH] Program updated with documentation within code --- mul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mul b/mul index 8b6d3b0..402c7f5 100644 --- a/mul +++ b/mul @@ -2,6 +2,6 @@ void main() { int m; - m=9*2; + m=9*2; //Multiply 9 and 2 and store its sum in variable m printf("%d",m); }