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
Can two or more operators such as and be combined in a single line of program code?
why wipro wase
How many bytes are occupied by near, far and huge pointers (dos)?
How can I change their mode to binary?
How can you pass an array to a function by value?
What are the restrictions of a modulus operator?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the meaning of ?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is property type c?
Explain output of printf("Hello World"-'A'+'B'); ?
What are the similarities between c and c++?
Describe static function with its usage?
Can main () be called recursively?
What is sizeof array in c?