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 the size of a union variable?
Where we use clrscr in c?
What are comments and how do you insert it in a C program?
What is anagram in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is function prototype in c language?
why do some people write if(0 == x) instead of if(x == 0)?
Explain what is the benefit of using enum to declare a constant?
What are the advantages of using Unions?
what is the basis for selection of arrays or pointers as data structure in a program
What are the string functions? List some string functions available in c.
Which is an example of a structural homology?
What are the valid places to have keyword “break”?
Is c easier than java?
Explain spaghetti programming?