SAP
C_BOCR_11 · Question #200
Which three variable declarations in Crystal syntax will generate an error? (Choose three.)
The correct answer is B. Local strgVar x; C. Local numVar x; D. Local charVar x. See the full explanation below for the reasoning.
Question
Which three variable declarations in Crystal syntax will generate an error? (Choose three.)
Options
- ALocal numberVar x;
- BLocal strgVar x;
- CLocal numVar x;
- DLocal charVar x;
How the community answered
(17 responses)- A29% (5)
- B71% (12)
Community Discussion
No community discussion yet for this question.