Name,Age,City : C Program Name,Age,City : C Program #include<stdio.h> void main() { char name[25],city[10],age[3]; clrscr(); printf("What Is your Name\n"); scanf("%s",&name[25]); printf("What Is Your City\n"); scanf("%s",&city[10]); printf("What is Your Age\n"); scanf("%s",&age[3]); getch(); } 25 Oct 2015
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.