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
Bitwise Operations
Factorial_LOOP
14th Dec Project1 v0.4
Command Expressions in Gnu C: What's the value of a loop? void!
3D ..
macaddress
Bool datatype Operation for GCC
1.9 Time Function
strcpy
18BCE2182 ASSESS_2 Q1