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

Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2243


What are the application of c?

651


What are the uses of null pointers?

591


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

658


Write a code to determine the total number of stops an elevator would take to serve N number of people.

730






What is malloc return c?

601


How do you list files in a directory?

564


Which is better between malloc and calloc?

672


Who developed c language?

643


What is the deal on sprintf_s return value?

646


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

616


i got 75% in all semester am i eligible for your company

1740


what is the difference between 123 and 0123 in c?

726


What is a char c?

594


What is register variable in c language?

607