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
Between macros and functions,which is better to use and why?
Explain what is wrong with this program statement? Void = 10;
What is double pointer in c?
What are 3 types of structures?
What is the right type to use for boolean values in c? Is there a standard type?
What is stack in c?
What is c variable?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can a number be converted to a string?
What is the difference between c and python?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What does do in c?
What header files do I need in order to define the standard library functions I use?
What are # preprocessor operator in c?