9A0-410 Exam QuestionsBrowse all questions from this exam

9A0-410 Exam - Question 2


An organization needs a reusable function in a design template that receives a numeric value. How should the function be declared?

Show Answer
Correct Answer: C

To create a reusable function that receives a numeric value, you should declare the function with an explicit type indicating the parameter's data type. In this case, 'int' specifies that the function expects an integer value. Therefore, 'function ProcessData(int value)' is the most appropriate declaration.

Discussion

3 comments
Sign in to comment
sg0206Option: B
Sep 16, 2019

shouldn't it be option B

MalashreeOption: B
Apr 20, 2020

its option B

Nancy2055Option: B
Jun 21, 2020

B IS CORRECT