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.
グループ 1:
char *pt[10]={} char pt[10]={}
グループ 2:
char* pt char *pt
上記のグループの違いはどこですか?どちらが好ましいですか?