> ~ Online tutorial



If Programs

/*****************************************/
/* */
/* If... #1 */
/* */
/*****************************************/

#include <stdio.h>

#define TRUE 1
#define FALSE 0

/******************************************/

main ()

{ int i;

if (TRUE)
{
printf ("This is always printed");
}

if (FALSE)
{
printf ("This is never printed");
}
}



Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: