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

scanf函数使用时忘记在变量前加上&

时间:2019-09-02 18:54:31      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:变量   输出   ogr   忘记   ati   signal   amp   程序   log   

scanf("%d%d%d",year,month,date);

忘记在year,month,date前少了&后,程序运行会没有输出,调试时会出现“Program received signal SIGSEGV, Segmentation fault.”错误:

技术图片

技术图片

scanf函数使用时忘记在变量前加上&

标签:变量   输出   ogr   忘记   ati   signal   amp   程序   log   

原文地址:https://www.cnblogs.com/arthur-f/p/11448206.html

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