Question

I need help with a question convert decimal number to binary -132.234 Given the following snippet...

I need help with a question

convert decimal number to binary -132.234

Given the following snippet of code:

int int1 = /* Use value from -132.234 */;
unsigned int uInt1 = int1;
float float1 = int1;

What are the binary values stored in each of the variables:

int1, uInt1, float1
0 0
Add a comment Improve this question Transcribed image text
Answer #1

value :-

int1 :- -132

uInt1 :- Garbage value

float1- -132

decimal to binary of -132.234

-10000100.00111011111001110111

Add a comment
Know the answer?
Add Answer to:
I need help with a question convert decimal number to binary -132.234 Given the following snippet...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT