Can you write the code in strcpy() into single line 09:33 Unknown No comments 1. Can you compact the code in strcpy() into one line? Ans: mystrcpy( char *t, char *s) { while (*t++ = *s++); } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment