allprogramminginfo
Friday, 14 March 2014
C Program Use of macro expansion
/* Use of macro expansion */
#define UPPER 25
main( )
{
int i ;
for ( i = 1 ; i <= UPPER ; i++ )
printf ( "\n%d", i ) ;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment