About C programing
Wednesday, 17 April 2013
Problem solving:
problem solving
: here i can solve the problem.
2 comments:
Indian
17 April 2013 at 23:37
Write a program to disply helo word.
Reply
Delete
Replies
Unknown
17 April 2013 at 23:44
#include
#include
void main()
{
printf("helo world\n");
getch()
}
Delete
Replies
Reply
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Write a program to disply helo word.
ReplyDelete#include
Delete#include
void main()
{
printf("helo world\n");
getch()
}