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


Please Help Members By Posting Answers For Below Questions

what will be the output for the following main() { printf("hi" "hello"); }

9302


Who is the main contributor in designing the c language after dennis ritchie?

541


How can you find the exact size of a data type in c?

595


Can you explain the four storage classes in C?

637


What does volatile do?

560






Can variables be declared anywhere in c?

614


Explain how do you use a pointer to a function?

636


Explain how can I write functions that take a variable number of arguments?

606


How do shell structures work?

563


What are the two forms of #include directive?

640


What are the advantages and disadvantages of c language?

555


Is it fine to write void main () or main () in c?

541


Where are c variables stored in memory?

592


What is malloc and calloc?

569


Can a variable be both static and volatile in c?

602