If the binary eauivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what will be the output of the program (on intel machine)?#include #include int main() { float a=5.375; char *p; int i; p = (char*)&a; for(i=0; i - Study24x7
Social learning Network
20 Feb 2023 05:00 PM study24x7 study24x7

If the binary eauivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what will be the output of the program (on intel machine)?

See more

A

40 AC 00 00

B

04 CA 00 00

C

00 00 AC 40

D

00 00 CA 04

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles