(i) Write a function to find the binary equivalent of a given decimal integer and display it. Get link Facebook X Pinterest Email Other Apps - February 12, 2018 Read more
(f) Write a C function to evaluate the series L−+−+= !)7/()!5/()!3/()sin( 573 xxxxx Get link Facebook X Pinterest Email Other Apps - February 12, 2018 Read more
) Write a recursive function to obtain the running sum of first 25 natural numbers. Get link Facebook X Pinterest Email Other Apps - February 12, 2018 Read more
(d) A positive integer is entered through the keyboard, write a function to find the binary equivalent of this number using recursion. Get link Facebook X Pinterest Email Other Apps - February 12, 2018 Read more
(g) Write a function that receives 5 integers and returns the sum, average and standard deviation of these numbers. Call this function from main( ) and print the results in main( ). Get link Facebook X Pinterest Email Other Apps - February 12, 2018 Read more
(e) A positive integer is entered through the keyboard. Write a function to obtain the prime factors of this number? Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more
(d) Any year is entered through the keyboard. Write a function to determine whether the year is a leap year or not? Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more
(e) A positive integer is entered through the keyboard. Write a function to obtain the prime factors of this number? Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more
(b) Write a function power ( a, b ), to calculate the value of a raised to b. Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more
(k) Write a function to compute the greatest common divisor given by Euclid’s algorithm, exemplified for J = 1980, K = 1617 as follows: Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more
If the lengths of the sides of a triangle are denoted by a, b, and c, then area of triangle is given by Get link Facebook X Pinterest Email Other Apps - February 11, 2018 Read more