HomeB.Tech Printing of String_3 byArati Singh -February 13, 2013 0 //program to demonstrate printing of string #include<stdio.h> #include<conio.h> void main() { char name[25]; printf("Enter name "); scanf("%s",&name); printf("Entered name is %s",name); getch(); } Tags B.Tech Facebook Twitter