Question: 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)?

Options

A : 40 AC 00 00

B : 04 CA 00 00

C : 00 00 AC 40

D : 00 00 CA 04

Click to view Correct Answer

Previous || Next

Floating Point Issues - General Questions more questions

Identify which of the following are declarations 1 : extern....

In the following program where is the variable a getting....

When we mention the prototype of a function?

What are the different types of real data type in....

What will you do to treat the constant 3.14 as....

Which of the following range is a valid long double....

Which statement will you add in the following program to....

We want to round off x , a float ,....

The binary equivalent of 5.375 is

A float occupies 4 bytes. If the hexadecimal equivalent of....

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Declarations and Initializations - General Questions

Strings - General Questions