Monthly Archives: May 2010

Rules&Tips for IRC

[Rules] 1. Casual chatting on IRC 2. If you need to pass a url to others in a meeting, don’t use a long url 3. Do not copy and paste code in a char room [Tips] /join #channel_name (Join #channel) … Continue reading

Posted in open-source | Leave a comment

printf() function return vlaue

printf() retuns number of characters e.g. int a = 10; printf(“%d”, printf(“%d %d %d\n”, a, a, a)); Total 9 characters get printed include ‘\n’

Posted in open-source | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment