본문 바로가기
바닐라코딩 사전학습/추가공부 및 부가설명

메모리 주소는 무슨 타입일까?

by 꼬마보노 2021. 12. 27.

메모리 주소는 포인터타입이다.

 

포인터타입은 primitive자료형이다.

출처 : Primitive vs non-primitive data structure - javatpoint

 

참조)

c++ - what data type is an Address? - Stack Overflow

 

what data type is an Address?

I have a map that will store a string, and a corresponding address(memory) that contains a integer value or char value. map<string,address> myMap; //What datatype would address be? I'm not...

stackoverflow.com

Primitive vs non-primitive data structure - javatpoint

 

Primitive vs non-primitive data structure - javatpoint

Primitive vs non-primitive data structure with Introduction, Asymptotic Analysis, Array, Pointer, Structure, Singly Linked List, Doubly Linked List, Graph, Tree, B Tree, B+ Tree, Avl Tree etc.

www.javatpoint.com