9(2).99 how many bytes take? Why . consider as a byte?

Answer Posted / paray2x

It does take 5 bytes. Here the "." is an explicit decimal
point. This format is generally used only for display and
not for computations.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a cobol program making use of the redefine clause.

725


What is a report item?

737


explain sorting techniques in cobol program?

686


Name the sections present in data division.

697


What is rmode(any) ?

680






What is the difference between comp and comp-3?

693


Mention the guidelines to write a structured cobol program?

614


What is the difference between Call and a Link?

694


How to remove 2 duplicate records and copy only one using job control language?

737


) what is the difference between AID and HANDLE AID?

1630


what is the difference between COBOL2 AND COBOL390?

2447


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8637


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What are declaratives and what are their uses in cobol?

706


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2102