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.
させて、
string a = “Test”; string b = “test 2”; string c = a + b
c の出力は"Testtest 2"
"Testtest 2"
メモリがどのように割り当てられているか知りたいですか?