int a[100],b[100],c; void main(){ int i; for(i=0;i<100;i++){ a[i] = b[i] + c; } }