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
Explain how to differentiate call by context by comparing it to other calls?
What is the usage of comp fields in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What are the access modes of START statement?
What are various search techniques in cobol? Explain.
How do you reference the fixed block file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to print 10 to 1 if the input have only 10 digit number?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between Call and a Link?
what are decleratives in cobol?
What guidelines should be followed to write a structured cobol prgm?
Explain the configuration section of a cobol program with examples of syntax.
) what is the difference between AID and HANDLE AID?
Write a program to enter and display the names of students in a class using the occurs clause.