質問編集履歴

1

コード

2020/08/10 01:51

投稿

asdfrgthyj
asdfrgthyj

スコア90

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 以下のソースコードは、あるサイトのサンプルプログラムです。
1
+ 以下のソースコードは、http://c-lang.sevendays-study.com/ex-day5.htmlのサンプルコードです。
2
2
 
3
3
  // 構造体のデータを表示する関数の下の行に記載されている
4
4
 
@@ -15,6 +15,8 @@
15
15
  以上、ご教示のほど、よろしくお願い致します。
16
16
 
17
17
 
18
+
19
+ ``````
18
20
 
19
21
  include <stdio.h>
20
22
 
@@ -95,3 +97,7 @@
95
97
  printf("学生番号:%d 名前:%s 年齢:%d¥n",data->id,data->name,data->age);
96
98
 
97
99
  }
100
+
101
+ コード
102
+
103
+ ```