

InterviewSolution
Saved Bookmarks
1. |
Comment in COBOL is denoted by________(a) *(b) /(c) //(d) ;I got this question in class test.Question is from COBOL Basics in chapter Computer Languages of Computer Fundamentals |
Answer» RIGHT choice is (a) * The explanation is: COMMENT is denoted by asterisk. (*) It denotes the comment line. Hyphen – denotes CONTINUATION. |
|