問題タブ [function-definition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
624 問題
0
投票する
2
に答える
73
参照
c - ユーザー定義一次元配列の加算平均関数
「整数配列と要素数をパラメータとして取得し、配列の全整数の和と平均を計算して表示する関数をC言語で書いてください」という問題です。
以下は私が行ったコードです。実行中ですが、誤った回答をするバグで構成されています