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 / rama krishna
b
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How arrays can be defined in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is report-item in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the different rules of SORT operation?
Which is not true about evaluate statement
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Are you comfortable in cobol or jcl?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the Purpose of Pointer in the string?
What are the cobol coding sheets?
Which division and paragraphs are mandatory for a COBOL program?
What guidelines should be followed to write a structured cobol prgm?