boost learn study
Monday, November 11, 2013
Program to illustrate the concept of puts() with gets() functions
#include
#include
void main() { char name[20]; clrscr(); puts("Enter the Name"); gets(name); puts("Name is :"); puts(name); getch(); }
Output
Enter the Name
Laura
Name is :
Laura
Read more �
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment