Meri kalam se
Wednesday, 16 February 2022
Expression in c
#include
<stdio.h>
int
main
(){
int
x
=
2
,
y
=
3
,
z
=
3
,
k
=
1
;
int
result
;
result
=
3
*
x
/
y
-
z
+
k
;
printf
(
"The value of result is:
%d
"
,
result
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment