Question: What is the correct way to initialize values in an array? my_array [5] = {5, 3, 4, 2, 7}; my_array [5] = {5; 3; 4;
What is the correct way to initialize values in an array? my_array [5] = {5, 3, 4, 2, 7}; my_array [5] = {5; 3; 4; 2; 7}; my_array [5] = (5,3, 4, 2, 7); my_array [5] = [5, 3, 4, 2, 71
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
