Project

General

Profile

Actions

Revision #195

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プログラムの6行目(↓)

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

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

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

Actions

Also available in: Atom PDF