Monday, November 1, 2010

example puts-C

void main()
{
puts("hello welcome to c program");
return(0);
}

No comments:

Post a Comment