Question: Bookmark PROGRAM IN C NOT C++ MUST USE THE FOLLOWING CODE SEGMENT. unsigned int number = *((unsigned int*)&n); I am writing a program that converts
Bookmark
PROGRAM IN C NOT C++ MUST USE THE FOLLOWING CODE SEGMENT.
unsigned int number = *((unsigned int*)&n);
I am writing a program that converts a floating point number to scientific format. like to 1.11E1
I need to use bitwise opperators to do this program so the floating points must be cast to
unsigned int number = *((unsigned int*)&n);
can someone help me with this and be verry discriptive in the explanation?
Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
