Question:
Give me a c-program system samples?
x_18weapons
2006-02-28 22:27:51 UTC
a system for c-program
One answer:
dragen_gto
2006-02-28 22:39:52 UTC
int

main (void)

{

for(i=0;i<10;i++){

printf("some thing output here %d", i)

}

}


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...