convert 0.9375 to binary

Answer Posted / uthiravel

0.9375*2=1.875=>1
0.875*2 =1.75 =>1
0.75*2 =1.5 =>1
0.5*2 =1.0 =>1

0.9375=0.1111(Top to Bottom)

Is This Answer Correct ?    76 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value of a[3] if integer a[] = {5,4,3,2,1}?

683


What is the purpose of macro in C language?

677


How to write a multi-statement macro?

631


write a program to find out prime number using sieve case?

1650


How can I handle floating-point exceptions gracefully?

643






What are pointers? Why are they used?

638


What is the use of header?

632


what is the significance of static storage class specifier?

1675


What is #line in c?

572


What is #define used for in c?

624


What is openmp in c?

624


what is different between auto and local static? why should we use local static?

652


What does malloc () calloc () realloc () free () do?

572


what is reason of your company position's in india no. 1.

1786


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

588