1.

Differentiate Trailing Numeric And Leading Separate Numeric?

Answer»

The numeric format is used to REPRESENT numeric values with one DIGIT per BYTE. In the numeric format if the sign appears in the last byte it is known as the TRAILING numeric. If the sign appears in a separate byte preceding the first digit then it is called as LEADING separate numeric. 

The numeric format is used to represent numeric values with one digit per byte. In the numeric format if the sign appears in the last byte it is known as the trailing numeric. If the sign appears in a separate byte preceding the first digit then it is called as leading separate numeric. 



Discussion

No Comment Found