Question: With the statement, int values[10] = {1,2,3,4,5}; printf(%d, values[8]); What is the output? 9 runtime error 0 8
With the statement, int values[10] = {1,2,3,4,5}; printf(%d, values[8]); What is the output?
9
runtime error
0
8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
