Question: I cannot get this to run in microsoft visual for c programming. i have listed the errors below Error (active) E0028 expression must have a
I cannot get this to run in microsoft visual for c programming. i have listed the errors below
Error (active) E0028 expression must have a constant value
Warning C4244 '+=': conversion from 'double' to 'float', possible loss of data
Warning C4244 '=': conversion from 'double' to 'float', possible loss of data
Error C2057 expected constant expression
Error C2466 cannot allocate an array of constant size
Error C2133 'arr': unknown size
#include outLier(arr,n,&plus3StdDeviation,&minus3StdDeviation); //passing by reference printf("+3 Standard deviation : %f ",(plus3StdDeviation)); printf("-3 Standard deviation : %f ",(minus3StdDeviation)); return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
