Tuesday, August 24, 2010

Do you love C enough ???

Hello world !!!

When i step into the environment of blogging for the first time, i have only one thing in mind. I want to tell the world just a million times that i love C, and can't stop doing so.

void love ();

main ()
{
        love();
}

void love ()
{
        printf("\n I LOVE C SO MUCH !!!");
        love();
}

I thank Asha miss, my +2 teacher, for giving me a firm grip in the basics of C, for it seems i want to learn more of it, and others too.

Are you feeling the vibe of this recursive passion?

2 comments:

  1. Does this really run a million times?

    You should look up "tail recursion" and "tail call optimization" on the net ...

    ReplyDelete
  2. I don't know whether it is correct or not, when we
    write "I" it should be Capital Letter....

    ReplyDelete