Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
loop
//gcc 5.4.0 #include <stdio.h> #define max 10 int main(void) { int i; int sum=0; for(i=0;i%2==0;++i) sum+=i; printf("%d",sum); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
printing float pointers
C Structs Example
Loop-worksharing
dining phylosopher
LinkedListTest
Array Incrementing by 1
fgets and basic string manipulation
alphabet2 pyramid right
Lab 9 v1
ele709 3.5 finished
Please log in to post a comment.