what is the difference between SEARCH and SEARCHALL?
Answers were Sorted based on User's Feedback
Answer / mithun paul
Search verb searches an item in a sequential manner. But
Search All searches an item by using Binary search, so it
is more efficient and faster than its counter part. One
thing required in Search All verb is the array must be
sorted.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / s. gautam
Search : sequential Search
Search All : Binary Search (its faster then normal search )
| Is This Answer Correct ? | 7 Yes | 0 No |
What is redefine?
Define perform?
Explain the output procedure?
write a cobol program to display prime numbers between 1 to 100?
Code how to read 5th element of the array?
What are the types of perform?
What is comp?
Define redefine?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
Explain the syntax of redefine?
How we create file in COBAL400
what is the cobol compiler?