The order of precedence of arithmetic operators in an
expression can be
overridden with the use of
(a) []
(b) ()
(c) {}
(d) Any of the above
Answer Posted / amit
with ()
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What rules are followed by the search verb.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to access the file from prodution from changeman tool and to submit a file to production
Difference between cobol and cobol-ii?
How many bytes S(8) comp field occupy and its maximum value?
Write a cobol program making use of the redefine clause.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is search and searchall?what is the diffrence between them?give an best example?
How you can characterize tables in cobol?
Explain how you can characterize tables in cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
i want a program using by if, evaluate , string, unstring, perform, occurs?