pow

  • C

Calculate Sum, Average, Variance and Standard Deviation: C Program

Write a function that receives 5 integers and returns the sum, average and standard deviation of these numbers. Call this…

4 years ago
  • C

C Program To Calculate One Number Raised To Another using Function

Write a function power( a, b ), to calculate the value of a raised to b. Note: In today's video…

4 years ago
  • C

C Program To Find Armstrong Numbers Between Range using Function

In today's video tutorial lets find all the Armstrong numbers or Narcissistic numbers between user entered range, using function /…

4 years ago
  • C

C Program To Find Armstrong Numbers Between 1 and 500 using Function

Lets write a C program to find Armstrong number or Narcissistic number from 1 to 500 using function. Problem Statement…

4 years ago
  • C

C Program To Check If Sum of Square of Sine and Cosine of an Angle is 1

Write a C program to receive value of an angle in degrees and check whether sum of squares of sine…

4 years ago