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 9 No

convert 0.9375 to binary..

Answer / lilly

0.0111

Is This Answer Correct ?    22 Yes 23 No

Post New Answer

More C Interview Questions

What do you mean by command line argument?

0 Answers   TCS,


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


Why doesnt that code work?

0 Answers  


What is bubble sort technique in c?

0 Answers  






1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


What is scope rule of function in c?

0 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


Categories