nerdexam
SAP

C_BOCR_11 · Question #25

Which two formulas will determine the number of elements in an array? (Choose two.)

The correct answer is A. Global NumberVar Array simpleArray; Count(simpleArray); C. Global NumberVar Array simpleArray; UBound(simpleArray). See the full explanation below for the reasoning.

Question

Which two formulas will determine the number of elements in an array? (Choose two.)

Options

  • AGlobal NumberVar Array simpleArray; Count(simpleArray);
  • BGlobal NumberVar Array simpleArray; Value(simpleArray);
  • CGlobal NumberVar Array simpleArray; UBound(simpleArray);
  • DGlobal NumberVar Array simpleArray; Number(simpleArray);

How the community answered

(37 responses)
  • A
    84% (31)
  • B
    11% (4)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice