↓Talk to Me~Jinho♪



↓Let's Vote Poll♪

Do you know South Korea?
Yes. I know well South Korea.
Yes. I know pretty South Korea.
Yes. Just I have heard South Korea.
No, Where is it??
  
Free polls from Pollhost.com

Tuesday, July 22, 2008

C Progamming : 2-1.c


#include
int main(void)
{
int num;
num = 1;

printf("I am a simple");
printf("computer.\n");
printf("My favorite is %d because it it first.\n",num);
return 0;
}

0 Comments:

Post a Comment

<< Home