An ABAP program processes the following expression: r = a/b + c. Which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of "r"? (Choose two.)
A.
DATA: r TYPE p DECIMALS 2, a TYPE i VALUE 201, b TYPE i VALUE 200, c TYPE f.
B.
DATA: r type p, a type i VALUE 201, b type i VALUE 200, c type i.
C.
DATA: r TYPE p DECIMALS 2, a TYPE i VALUE 201, b TYPE i VALUE 200, c TYPE p.
D.
DATA: r TYPE f, a TYPE i VALUE 201, b TYPE i VALUE 200, c TYPE f.
If the question says "Choose two", why there is only a single answer?!?
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
sriram_98
1 year, 6 months agobasilon
1 year, 7 months agoGDCQ
1 year, 8 months ago