Answer Posted / ravi
Binary search...sequential search..must be in an sirted
order..it divides the table in to 2 parts
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
What is the LINKAGE SECTION used in COBOL?
What type of SDLC u followed? Why?
What the difference is between continue and next sentence?
How do you differentiate between cobol and cobol-ii?
What is inspect in cobol ?
What is static and dynamic call in cobol?
What are the rules of the move verb?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you define a variable of comp-1 and comp-2?
What is amode(31)
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.
What is the difference between next sentence and continue in cobol programing language?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?