Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
back
//gcc 7.4.0 #include <stdio.h> //forward function declaration ... another C thing... lol void name10(void); void add2(void); int main(void) { name10(); int k=5; int l=6; add2(); return 0; } void name10(void) { for (int i=0; i<10; i++) { printf("Hello, Stephen!\n"); } } void add2(void){ printf("%d",k+l); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MEMORy eRROR
Stub Program for Problem 3 HW 2
C_141126_ArrayMayorMenor02
REGISTRO EN C
Add sum.c
Array pass effect
Lab 7 blackjack v1.0
Sunday assignment late v3
In Class 1.23.17 Bit operations
Spring 2017 Project 2 v.04
Please log in to post a comment.