boost learn study
Monday, November 11, 2013
The program which show the use of printf() & scanf() function
#include
#include
void main() { char name[20]; clrscr(); printf("Enter the Name"); scanf("%d",&name); printf("Name is %d :",name); 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