Your Ad Here

Tuesday, August 5, 2008

display the message

#include 
#include

int main()

{
char *ch="welcome to c programming writting with pointers\0";

puts(ch);

getch();

}

No comments: