InterviewSolution
Saved Bookmarks
| 1. |
List some features of COBOL. |
|
Answer» COBOL is a standard language that can be compiled and executed on various machines. It is ideally suited for business-oriented applications as it can handle huge volumes of data. It provides numerous debugging and testing tools. COBOL is a structured language; it has different divisions, so it is easy to debug. |
|