Question: Study the following code segment and identify the line that will cause a syntax error void Secret (ints x, double y - 12.34, char z):

Study the following code segment and identify the line that will cause a syntax error void Secret (ints x, double y - 12.34, char z): //line 1 int main() //1.ine 2 int a - 23; char ch - 'M'; Secret (a, 34.65, 'O'); return 0; // Line 3 //line 4 1/line s 1/ line 6 void Secret (ints x, double y, charz) x - 2 x; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
