On Tue, Sep 29, 2009 at 2:13 PM, agarwal.ankit87
<[email protected]> wrote:
> C tutorial <http://www.ezdia.com/C_Tutorial/Content.do?id=736>
Avoid the tutorial in this link. It's old, was written for Applix and
teaches non-standard syntax.
I also found funny that they gave this program as an example of good
formatting (Yahoo might mangle it):
main()
/* Main program starts here */
{
printf("Good form ");
printf ("can aid in ");
printf ("understanding a program.\n");
printf("And bad form ");
printf ("can make a program ");
printf ("unreadable.\n");
}
--
Tamas Marki