|
숙제는_집에서 님이 쓰신 글 :
: : (h) Consider the array declaration, int x[20];. There is no memory allocated for x[20].
: ==> (True) x[19]까지만 할당됨, 첨자는 0에서 n-1까지...
:
: : (i) Arrays in C++ may have several different types stored in them.
: ==> (False) 배열은 같은 타입만....
:
정말 감사합니다! 많은 도움 되었습니다 ^^
|