Suppose a node contains two integer fields (each occupying 4 bytes in computer memory) and a pointer to the next node (4 bytes in computer memory). What are the dimensions of the node and the pointer M in computer memory, according to the following expression?
Node *M = new Node();
Bir düğümün iki tamsayı alanı (her biri bilgisayar belleğinde 4 byte yer kaplar) ve bir sonraki düğüme bir işaretçi (bilgisayar belleğinde 4 byte) içerdiğini varsayalım. Aşağıdaki ifadeye göre, bilgisayar belleğindeki M işaretçisi ve düğümün boyutları nelerdir?
Node *M = new Node();