Compare commits

...

2 Commits

Author SHA1 Message Date
Your Name 5c4ed3229b Merge remote-tracking branch 'origin/master' 2024-09-05 16:44:03 +05:30
Your Name 28f932e66f the value of x isupdated to 2 2024-09-05 16:39:59 +05:30
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -3,7 +3,7 @@ void main()
{ {
int x,y = 2; int x,y = 2;
x = 2; x = 3;
x = x+3; x = x+3;
y=y+x; y=y+x;