what is the result of the following?
DIVIDE A INTO B GIVING C.
a.C=A/B
b.the reminder of B/A is stored in C
c.C=B/A
d.the reminder of A/B is stored in C
Answer Posted / sunaina
Here in the above formula, we are Dividing the value of B
by A, and storing the value into C.
Ex:
A=10
B=20
then
C= B/A i.e, C= 20/10
the value 2 is stored in C.
So the result is:
C=B/A.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
Discuss about changing dataset name in proc.
What are the rules of the move verb?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Can a Search can be done on a table with or without Index?
Mention the guidelines to write a structured cobol program?
What is Pic 9v99 Indicates in COBOL?
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol?
IF I mention stop run in CICS what happens?
What is the Purpose of Pointer in the string?
Explain how to differentiate call by context by comparing it to other calls?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Have you used comp and comp-3 in your project? And how?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.