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
Explain high-order bytes.
Can true be a variable name in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the use of a ‘ ’ character?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Why is c called "mother" language?
What is sizeof int in c?
What is use of #include in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is enumerated data type in c?
What is the use of typedef in c?
What are 3 types of structures?
Compare array data type to pointer data type