Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions