Twitter Update

Create Program Input Name in C

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();
}

0 comments:

Post a Comment

ABOUT ME

IP
Albert Julius. Powered by Blogger.
Copyright © Albert'Blog