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
How do you generate random numbers in C?
Is that possible to add pointers to each other?
What does 3 mean in texting?
What does c mean in standard form?
What is the purpose of sprintf?
What is pointer to pointer in c language?
How does placing some code lines between the comment symbol help in debugging the code?
Mention four important string handling functions in c languages .
Write a program to check armstrong number in c?
how do you execute a c program in unix.
what is the basis for selection of arrays or pointers as data structure in a program
using only #include
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Explain how do you sort filenames in a directory?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)