Reword Skill S0051 for Clarity: 1
Which KSAT(s) needs to be changed/deleted?:
S0051
: Needs reworded so arrays cannot be used for implementation.
Changes
- Present Description Value:
Implement a function that implements pass by reference input parameters.
- New Description Value:
Demonstrate pass by reference using the & reference operator.
Reason
As identified in the ccd_exam_20200804-05 lessons learned, the present wording can technically be implemented without using the &
reference operator when using arrays and could lead to an inaccurate evaluation. Does the examinee know the &
reference operator is implied when using arrays and do they know they need it if other data types were used, such as int, float, etc?
Edited by charles.heaton.2