Embed Your Career
Home
Contact Me
how print HELLO on screen without using printf statement in C language????
how print HELLO on screen without using printf statement in C language????
1 comment:
vineet saddyan
September 25, 2012 at 10:51 AM
By using the following code
char buff[]="hello";
write(1,buff,5);
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
By using the following code
ReplyDeletechar buff[]="hello";
write(1,buff,5);