摘要:
看这两段代码,哪个会core呢? #include <stdio.h> int main(){ int stack_of[100000000]; int* a; a = stack_of; a[99999999] = 0xff; return(0); } #include <stdio.h> int 阅读全文
posted @ 2016-05-09 16:31
CalvinWang
阅读(305)
评论(0)
推荐(0)
浙公网安备 33010602011771号