Code With NK
19 January 2022
Addition Program
# include
<stdio.h>
int
main
()
{
int
a
=
4
;
int
b
=
16
;
printf
(
"The Addition Of a and b is
%d
\n
"
,
a
+
b
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment