convert 0.9375 to binary

Answers were Sorted based on User's Feedback



convert 0.9375 to binary..

Answer / 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

convert 0.9375 to binary..

Answer / lilly

0.0111

Is This Answer Correct ?    22 Yes 24 No

Post New Answer

More C Interview Questions

How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


what is Array?

3 Answers  


What is an endless loop?

0 Answers  


What is signed and unsigned?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  






What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


main() { printf("hello"); fork(); }

0 Answers   Wilco,


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


What does 3 periods mean in texting?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


Categories