Question: Question 16 2 pts Study the following code segment and identify the line that will cause a syntax error void Secret cints x, double y

Question 16 2 pts Study the following code segment and identify the line that will cause a syntax error void Secret cints x, double y = 12.31, char 2 ='w! ); //line 1 int main() Line 2 int a - 23; Line 3 double b = 48.78; 7/Line 4 Secret (150, 0, 0); Line 5 return 0 line 6 } void Secret (int x, double y, char z) Aline 0 cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
