how to find the binary of a number?

Answer Posted / vaibhav

divide no. by 2 till 1 is not coming in quotient, then it
write from bottom to top

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope rule of function in c?

554


What are local static variables? How can you use them?

649


Explain what is a const pointer?

643


If errno contains a nonzero number, is there an error?

809


What is realloc in c?

581






Explain how can I avoid the abort, retry, fail messages?

594


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

562


What will be the outcome of the following conditional statement if the value of variable s is 10?

769


How can I find the modification date and time of a file?

606


What is difference between arrays and pointers?

584


Explain what is the difference between a free-standing and a hosted environment?

637


Can include files be nested? How many levels deep can include files be nested?

660


How does selection sort work in c?

627


Can stdout be forced to print somewhere other than the screen?

627


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

619