c Online -Compiler
//great online compiler:
https://www.onlinegdb.com/online_c_compiler
KeWols
//great online compiler:
https://www.onlinegdb.com/online_c_compiler
include<stdio.h>
main()
int a,b,c,d ;
a=0
b=10
c=20
d=100
printf("%d,a")