Posts

(i) Write a function to find the binary equivalent of a given decimal integer and display it.

Image

(f) Write a C function to evaluate the series L−+−+= !)7/()!5/()!3/()sin( 573 xxxxx

Image

) Write a recursive function to obtain the running sum of first 25 natural numbers.

Image

(d) A positive integer is entered through the keyboard, write a function to find the binary equivalent of this number using recursion.

Image

1. A 5-digit positive integer is entered through the keyboard, write a function to calculate sum of digits of the 5-digit number: using recursion

Image

1. A 5-digit positive integer is entered through the keyboard, write a function to calculate sum of digits of the 5-digit number: (1) Without using recursion

Image