Calculate the weighted average of a list of n numbers using
the formula
xavg = f1x1+f2x2+ ….+ fnxn
where the f’s are fractional weighting factors, i.e.,
0<=fi<1, and f1+f2+….+fn = 1
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is wrong in this statement?
plz let me know how to become a telecom protocol tester. thank you.
i need all types of question paper releted to "c" and other language.
What is structure packing in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
what is self refrential structure
What are identifiers and keywords in c?
How to avoid buffer overflow?
how to generate the length of a string without using len funtion?
How to set a variable in the environment list?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
say the following declaration is correct nr not. int b=a,n=0;