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
Minus pointer
WAP in C to convert decimal to binary
치카냥3
Spring 2017 Project 2 v1
Exercicio de C - Vetor Multidimensional
B_141121_aleatorios
Project 3 part 2 Book v1
Majeur ou mineur
test
-Wconversion double -> int