This Program is basic. I use Visual Studio to create this simple program. This is the code :
#include<stdio.h>
#include<conio.h>
void main()
{
    char nama[10];
    printf("Input your name : ");
    scanf("%s",nama);
    printf("\n\nYour Name is %s ..!\n\n",nama);
    getch();
}
Subscribe to:
Post Comments (Atom)
ABOUT ME
Albert Julius. Powered by Blogger.
 RSS Feed
 Twitter
0 comments:
Post a Comment