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配列の長さ(配列の要素数)を知りたい。
int
さて、関数に配列を渡そうとしています。
私は試した
void myFunction(int array[]) { int size = sizeof(array)/sizeof(array[0]); }
しかし運がない!
サンプル コードは次のとおりです。サンプル コード
誰でもこれで私を助けることができますか?