Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の質問が非常に些細なことのように思われる場合は、事前にお詫びしますが、実行すると理由がわかりません
int main(){ int *count = 0; printf("%d",*count); }
(Xcodeを使用して)入力がなく、エラーが発生しました:
スレッド 1 : EXC_BAD_ACCESS(コード=1、アドレス=0x0)
誰かが私にこれが何であるかを説明できますか?