SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 C_TAW12_750 Question # 1 Topic 1 Discussion
C_TAW12_750 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1
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"/'?
A.
DATA r TYPE p. a TYPE I VALUE201. B TYPE I VALUE 200. c TYPE f
B.
DATA r TYPE D DECIMALS 2. A TYPE I VALUE 201. B TYPE I VALUE 200. C TYPE f
C.
DATA r TYPE a DECIMAL2; a TYPE I CALUE201. B TYPE I VALUE200. C TYPE p
D.
DATA r TYPE f. a TYPE I VALUE201. b TYPE i VALUE200. c TYPE f
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit