Consider the following Ada program. procedure Pointers is    X : access Integer := new Integer'(5);    Y : access Integer := X; begin    Y.all := 10; end Pointers; Variable Y is called an [ Select ] reference pointer duplicate alias for X because [ Select ] because X and Y refer to distinct (separate) memory locations because X and Y are both pointers because X and Y both refer to the same memory location because Y refers to the memory that holds the pointer X . After this program finishes executing, the statement "X.all = 5" is [ Select ] true false多重下拉选择题

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!