#include


Posted in New Year SMS


#include
#include
#include
void main()
{
int date, month, year;
if(year==2010)
{
if (month==12)
{
if(date==31)
{
printf("Happy New Year");
}
else if (date< 31)
{
printf("ADVANCE HAPPY NEW YEAR");
}
}
}
getch();
}


This entry was posted in New Year SMS. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>