InterviewSolution
Saved Bookmarks
| 1. |
What Is Comp-1 And Comp-2? |
|
Answer» COMP-1 is single PRECISION FLOATING point that uses 4 bytes. COMP-2 is DOUBLE precision floating point that uses 8 bytes. COMP-1 is single precision floating point that uses 4 bytes. COMP-2 is double precision floating point that uses 8 bytes. |
|