Question: A float occupies 4 bytes. If the hexadecimal equivalent of these 4 bytes are A, B, C and D, then when this float is stored in memory in which of the following order do these bytes gets stored?

Options

A : ABCD

B : DCBA

C : 0xABCD

D : Depends on big endian or little endian architecture

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Floating Point Issues - General Questions more questions

If the binary eauivalent of 5.375 in normalised form is....

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

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

Which of the following statement obtains the remainder on dividing....

The keyword used to transfer control from a function back....

What is the notation for following functions?

How many times the program will print "IndiaBIX" ?

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Declarations and Initializations - General Questions

Strings - General Questions