User Input

Program to give in put through keyboard
or
Program to give input at run time



#include<conio.h>
#include<stdio.h>

void main()
{
char name;
clrscr();
printf("enter your name : ");
scanf("%s ",& name);
getch();
}

OutPut
enter your name : BRIJESH

Comments

Popular posts from this blog

SKILL ROCKS TECH QUESTIONS

C Program for Analog Clock Design

Php Check is date or not