◆ 무한한 가능성/& Visual C/C++

[C/C++] cout 에서의 (int *)

치로로 2009. 3. 13. 09:47


1.
cout << (int *) "Home of the jolly bytes";
해설 :: "Home of the jolly bytes"의 출력문이 가진 주소값을 화면에 출력하라.

2.
cout << "Home of the jolly bytes";
해설 :: "Home of the jolly bytes"의 출력문 자체를 화면에 출력하라.