質問編集履歴

1

追記

2017/05/24 22:24

投稿

imamoto_browser
imamoto_browser

スコア1161

test CHANGED
File without changes
test CHANGED
@@ -60,4 +60,38 @@
60
60
 
61
61
  ```
62
62
 
63
+
64
+
65
+
66
+
67
+ ```C
68
+
69
+ 8 int main(void)
70
+
71
+ 9 {
72
+
73
+ 10 double wd;
74
+
75
+ 11 double foo();
76
+
77
+ 12
78
+
79
+ 13 wd = foo();
80
+
81
+ 14
82
+
83
+ 15 printf("値は%d" , wd);
84
+
85
+ 16 return 0;
86
+
87
+ 17 }
88
+
89
+ ```
90
+
91
+
92
+
93
+
94
+
95
+
96
+
63
97
  main()のprintfの結果の出力:-111615712