Merge branch 'Rishabh'

This commit is contained in:
Abhijit Kshirsagar 2024-09-05 16:13:58 +05:30
commit 624c19ca8e
1 changed files with 4 additions and 3 deletions

7
main.c
View File

@ -2,9 +2,10 @@
void main()
{
int x = 0;
x = 1;
x = x+4;
int x,y = 0;
x = 2;
x = x+3;
y=y+x;
while(1);