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

Answers were Sorted based on User's Feedback



The order of precedence of arithmetic operators in an expression can be overridden with the us..

Answer / rama krishna

b

Is This Answer Correct ?    10 Yes 0 No

The order of precedence of arithmetic operators in an expression can be overridden with the us..

Answer / amit

with ()

Is This Answer Correct ?    5 Yes 0 No

The order of precedence of arithmetic operators in an expression can be overridden with the us..

Answer / guest

2) []

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More COBOL Interview Questions

What are the pertinent COBOL

0 Answers   IBM,


What is the purpose of Identification Division?

1 Answers  


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


give the examples of strings in cobol

1 Answers   IBM,


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,






i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?

7 Answers   Bank Of America, Mind Tree,


i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?

2 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2

9 Answers  


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


Categories