Wednesday, November 9, 2011
Send Output to Printer .
#include<iostream.h>
#include<stdio.h>
void main()
{
char Name[25] ;
printf("Enter your name :") ;
scanf("%d", Name );
int i =0;
while(Name[i])
{
putc(Name[i], stdprn);
i++ ;
}
}
From: Me
No comments:
Post a Comment
Comment of this content!
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Comment of this content!