Question: Please answer all the questions. its simple. Only C language required. Write a code which calculates the average of odd numbers from 1 to 50

Please answer all the questions. its simple. Only C language required.

  1. Write a code which calculates the average of odd numbers from 1 to 50 using if condition
  2. Correct the given code:

Task: We want to input 5 values in the array

int a[5], i;

for (i = 1, i <= 5, i++){

scanf ("%d", a[i]);

printf ("%d", a[i]);}

}

  1. Give function prototype for each of following functions:
  1. Function printdata that takes two arguments one float type name amount, and another is value of integer type and returns floating point result.
  2. Function Change that takes two arguments one integer type array, and another is size of integer type and returns nothing.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!