Project

General

Profile

Actions

Revision #197

closed

関数プロトタイプ宣言のメリット [基礎I 2/2, slide 40] の変更

Added by Kazuyoshi Kouno over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
07/11/2022
Due date:
07/15/2022
% Done:

100%

Estimated time:
0.50 h

Description

右側のサンプルコードのCプログラムの8行目(↓)

8 result = keisan(10, 20); // 関数の呼び出し

次のように変更してください。

8 result = keisan(10, 20, 30); // 引数の個数を誤った関数呼び出し

Actions

Also available in: Atom PDF