問題詳情

18. In programming, what is the primary purpose of pointers?
(A) To speed up program execution
(B) To manage memory addresses, enabling indirect access to variables and arrays
(C) To reduce compilation time
(D) To enhance the program's security
(E) To automatically generate code

參考答案

答案:B

統計:A:0,B:0,C:1,D:0,E:0

難度:計算中