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.
次のコードは正常に実行されるように見えますが、どのように有効で、ここで何が起こっているのでしょうか?
int i; printf("%d",i["11"]);
あなたがしていることをするときi["11"]、コンパイラーに値を取り、それに値をi追加し"11"、それらの合計であるアドレスの値を取るように言います
i["11"]
i
"11"