Posts
(i) Write a function to find the binary equivalent of a given decimal integer and display it.
- Get link
- X
- Other Apps
(f) Write a C function to evaluate the series L−+−+= !)7/()!5/()!3/()sin( 573 xxxxx
- Get link
- X
- Other Apps
) Write a recursive function to obtain the running sum of first 25 natural numbers.
- Get link
- X
- Other Apps
(d) A positive integer is entered through the keyboard, write a function to find the binary equivalent of this number using recursion.
- Get link
- X
- Other Apps
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
- Get link
- X
- Other Apps
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
- Get link
- X
- Other Apps