码迷,mamicode.com
首页 > 其他好文 > 详细

C: strcpy & memcpy & scanf/printf format specifier.. escape characters..

时间:2016-09-03 22:29:54      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

well, strcpy differs from memcpy in that it stops copy at \0

the format specifier is a string.. which can be assigned to a char*.. like.. strcpy(a,"%d");

the escape characters only affect some cases.. in printf‘s format specifier.. %% //  /t is used..

in system("..") escape character is also used.. however.. in scanf‘s format specifier.. no need to escape % "... it is not used to output.. so no need to escape.. .. what a naïve question..

C: strcpy & memcpy & scanf/printf format specifier.. escape characters..

标签:

原文地址:http://www.cnblogs.com/sansna/p/5838115.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!