adspace
Answer Posted / Mitan Verma
In COBOL, you cannot directly define a dynamic array (an array whose size is not known at compile time). However, you can use the ALLOCATE and DEALLOCATE statements to dynamically allocate and free memory for an array during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers