Microsoft
MB6-704 · Question #84
MB6-704 Question #84: Real Exam Question with Answer & Explanation
The correct answer is A. Wrong value of variableB variable.. All variables must be declared before they can be used. When a variable is declared, memory is also allocated and the variable is initialized to the default value. Variable b would be initialized to 0 by default.
Question
You have the following X++ statement:
Exhibit
Options
- AWrong value of variableB variable.
- BWrong value of variableB variable. Process was cancelled.
- CVariable2 cannot have value greater than 2. Process was aborted.
- DProcess was cancelled.Wrong value of variableB variable.
Explanation
All variables must be declared before they can be used. When a variable is declared, memory is also allocated and the variable is initialized to the default value. Variable b would be initialized to 0 by default.
Community Discussion
No community discussion yet for this question.
