Answer Posted / p govind rao
convert a decimal to binary we should use showbit()
function or a normal program to convert decimal to binary .
showbit(7) gives 000000000000111 .
| Is This Answer Correct ? | 62 Yes | 18 No |
Post New Answer View All Answers
What is new line escape sequence?
Hai what is the different types of versions and their differences
is it possible to create your own header files?
What is call by reference in functions?
Explain data types & how many data types supported by c?
What is a shell structure examples?
What is function prototype?
What is far pointer in c?
What do you mean by command line argument?
Describe newline escape sequence with a sample program?
Explain what are reserved words?
What is c standard library?
Why is it that not all header files are declared in every C program?
What is a macro in c preprocessor?
Tell me what is the purpose of 'register' keyword in c language?