The hierarchy of the execution of logical operators is
(a) NOT AND OR
(b) AND OR NOT
(c) OR AND NOT
(d) OR NOT AND
Answer Posted / venkata revanth arla
not,and ,nor according to the precedence order
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how do you define single dimensional array and multidimensional array in your cobol?
Have you used comp and comp-3 in your project? And how?
What rules are followed by the search verb.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How do you reference the following file formats from cobol programs?
How to know whether the module is dynamical or statistical?
Difference between cobol and cobol-ii?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do we get current date from system with century in COBOL?
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.
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different open modes available in cobol?