Thursday, October 13, 2011

Null pointer #54 in array #4B3854; Null pointer #54 in array #563854


/* Goodbye World program */

#include<stdio.h>

main()
{
    printf("Goodbye World - Rest in Peace, Dennis Ritchie");
}