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
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