ALL > Computer and Education > courses > university courses > undergraduate courses > An Overview of Computer Science > zstu-(2019-2020-1) class >
2019529628023 Version 0
👤 Author: by yusupannagurbanovyandexcom 2019-10-07 13:18:22
#include<stdio.h>

int main()

{   int a=25,b=30,x=43,i;

{a=a+b;

b=a+b;

i++;i++;

printf("a=%d,b=%d\n",a,b);

}

return 0;

}

Please login to reply. Login

Reversion History

Loading...
No reversions found.