Preprocessor C Tutorial

#include 
main()
{
    printf("C FILE %s LINE %d\n", __FILE__, __LINE__ );
}
C FILE FILEindicatethefilename0.c LINE 6