Answered step by step
Verified Expert Solution
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.
- Write a code which calculates the average of odd numbers from 1 to 50 using if condition
- 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]);}
}
- Give function prototype for each of following functions:
- Function printdata that takes two arguments one float type name amount, and another is value of integer type and returns floating point result.
- 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started