Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My first array
//gcc 5.4.0 #include <stdio.h> int main(void) { int n=5; int x [5]={5,10,15,20,25}; for(int i=0;i<n;++i){ x[i]=x[i]+5; printf("%d\n",x[i]); continue; } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MatrixMul_shortxshort
A_141117_Primo02
hello 5
Score
more_than_one_break_in_loop
Student. Txt
3850
C_141127:MatricesUnSoloIndice
C_141105_PuntosTriangulo
decimalespi
Please log in to post a comment.