Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sample.c
#include<stdio.h> #define SIZE 555 void func2() { int i; int a[SIZE]={0},b[SIZE]={0},c[SIZE]={0}; for (i=0;i<SIZE;i++) { a[i]=i; b[i]=i+1; c[i]=a[i] + b[i]; } } void func1() { int i; for(i=0;i<555;i++) { func2(); } } void main() { int i; for(i=0;i<5555;i++) { func1(); } }
run
|
edit
|
history
|
help
0
B_141205_funciones
Str_ptr_arg
Type struct
get_bit
ptr[]
multi dimension sum
Conflito de Escrita em Matriz
sizeof human
CALCULADORA
BSEARCH() WITH STRUCT