Question: Convert the binary outputs into hexadecimal and record the values (note you can convert from binary to hex with a short look-up table, or, with
Convert the binary outputs into hexadecimal and record the values (note you can convert from binary to hex with a short look-up table, or, with a little practice, in your head).
char myVar = 0b01111110;
float myVar = 3.14159265
unsigned int myVar = 65526
| float myVar = 3.14159 How many base-10 significant digits can be represented using a floating point datatype. What you do to increase the precision?
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
