#include #include int main(){ char *ch="welcome to c programming writting with pointers\0"; puts(ch); getch();}
Post a Comment
No comments:
Post a Comment