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

Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


Can a variable be both const and volatile?

678


what is a constant pointer in C

684


What is the difference between array_name and &array_name?

783


Where can I get an ansi-compatible lint?

646






Explain what is a program flowchart and explain how does it help in writing a program?

653


What is use of pointer?

591


How can I read in an object file and jump to locations in it?

583


Explain union. What are its advantages?

621


Is there any data type in c with variable size?

636


What is c variable?

557


Write the control statements in C language

656


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

671


What is cohesion in c?

545


What are integer variable, floating-point variable and character variable?

611