On 8/30/07, gIe - papilon <[EMAIL PROTECTED]> wrote:
> i started to learn C programming..
>
> i had some question
>
> example :
>
> #include<stdio.h> /* what the function of #include?*/
>
> int main() /* what's int main() purpose? */
> {
> printf('gf');
> return 0; /* why must be return 0 ? not return 1 or x */
> }
What book are you learning C from?
I don't want to discourage you from learning the language, but this
Yahoo group is not for tutoring new programmers... there is a list of
recommended books on the Group's webpages to aid in study. You should
try to learn the basics of the language before asking questions... the
questions you are asking above would be covered in this first few
chapters of any good book on C programming.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi