#include char* test_1() { static char a[3] = {'A', 'B'}; return a; } ... main.c:20: warning: function returns address of local variable ...
確定! 回上一頁