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 / basha
b
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
Mention the guidelines to write a structured cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What rules are followed by the search verb.
What are the cobol coding sheets?
how to move the records from file to array table. give with code example
Write a program that uses move corresponding.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write the code to count the sum of n natural numbers.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is a SSRANGE and NOSSRANGE?
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the rrds file formats from cobol programs
Write the code implementing the perform … varying.
Explain the configuration section of a cobol program with examples of syntax.