Wednesday, September 26, 2007

TECH QUES OF (9/26)

#include‹stdio.h›
#define a 10
main()
{
#define a 50
printf("%d",a);
}

1 comment: