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
object-oriented C by Henry Kroll III www.thenerdshow.com
co_1
Swiss Infotech Tutorial
struct
numeroleidodeordeninverso
Atoi without minus
Assignment 5 v2
Command Expressions in Gnu C: What's the value of a loop? void!
faster posting list using skip pointers
MatrixMul_shortxshort