Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなものがある場合:
printf("\nEnter 2 numbers: \n"); scanf(" %d %d", &a, &b); add (a,b) int a,b; { printf ("%d", a+b); }
次に、ブロックを再度実行しますが、最初の printf ステートメントが入力されたときのように、「何もない」新しい変数を使用します。助言がありますか?