Thursday, 29 March 2018

Program to input name of the user and display on output screen in"C"

#include <stdio.h>
void main ()
{
char ch [20];
clrscr();
printf ("\n enter your name:");
gets(ch);
printf ("your name is :%s",ch);
getch ();
}

No comments:

Post a Comment

Featured post

Kalgudi Interview Round!!

Those who cleared the second round of kalgudi got an email from exceller to complete their Kalgudi Interview Round. So here we will discuss ...