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
For rewrite, why is it mandatory that file needs to be opened?
What is amode(31)
What are the different rules of SORT operation?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain the configuration section of a cobol program with examples of syntax.
Write a program that uses move corresponding.
What is the difference between Global and External Variables?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the LINKAGE SECTION used in COBOL?
What is perform what is varying?
How do u write test cases?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the different types of condition in cobol and write their forms.