| |
GeekInterview.com > Placement Papers > TCS > COBOL
| Print | |
Question: 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
|
| September 09, 2009 01:40:40 |
#8 |
| balasu |
Member Since: September 2009 Total Comments: 2 |
RE: 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 |
| The answer is c=b/a (c) |
| |
Back To Question | |