Run Code
|
API
|
Code Wall
|
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
Project 3 part 2 Book v1
variable arguments 2
1.1 Hello World!
tst1.c
A_141124Burbuja
AC_setting_example
Class #2, data types
sample
Assignment 3
menu