How to convert decimal to binary in C using recursion??
Answer Posted / sagar
by dividing that number by 2..
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Explain b+ tree?
Define and explain about ! Operator?
What does char * * argv mean in c?
What is nested structure in c?
What is bubble sort in c?
What are the advantages of union?
What are header files and explain what are its uses in c programming?
Subtract Two Number Without Using Subtraction Operator
What library is sizeof in c?
Is null valid for pointers to functions?
What is the collection of communication lines and routers called?
Why is c still so popular?
What is sizeof int?
What is spaghetti programming?