题目
题目

CPT_S-355-PULLM-1-LEC Scheduled Quiz 1

单项选择题

Why is the following function `impure`?

选项
A.Because it allocates memory dynamically when creating a vector of integers.
B.Because it prints the content of the vectors using a loop into the console output
C.Because it uses loops instead of recursion.
D.Because it depends on an external data source whose contents may change between calls.
题目图片
查看解析

查看解析

标准答案
Please login to view
思路分析
To evaluate why the function is impure, we need to inspect what the function does and whether its behavior can vary across calls. Option 1: 'Because it allocates memory dynamically when creating a vector of integers.' Dynamic memory allocation by itself does not necessarily imply impurity; in many languages and contexts, it can be considered a normal, pure operation as long as it doesn't depend on external state or mutate shared state. On its own, al......Login to view full explanation

登录即可查看完整答案

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

更多留学生实用工具

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