c  

Posted in


#include <stdio.h>

#define SIX 1+5
#define NINE 8+1

int main(void)
{
int value = SIX * NINE;
printf("Answer = %d\n", value);
return 0;
}

0 responzez

Post a Comment

metanews


Add to Google