1.

Which is not a data type in COBOL?(a) numeric(b) alphanumeric(c) alphabetic(d) floatI have been asked this question in a national level competition.Enquiry is from COBOL Basics in section Computer Languages of Computer Fundamentals

Answer»

The CORRECT choice is (d) float

The best I can explain: There is no data TYPE called as float in COBOL. It has only 3 basic data TYPES: numeric, ALPHABETIC and alphanumeric. Variables are created in the data division.



Discussion

No Comment Found

Related InterviewSolutions