Question: Consider the following statements: int numbers [ ] = { 1 0 , 2 0 , 3 0 } cout numbers; cout numbers [ 0

Consider the following statements:
int numbers []={10,20,30}
cout numbers;
cout numbers [0];
cout numbers [2];
The statement cout numbers; would display q,
a.102030
b.10
c.30
d. The address of the memory location that holds the value of the first element: 10.
e. The address of the memory location that holds the value of the last element; 30.
 Consider the following statements: int numbers []={10,20,30} cout numbers; cout numbers

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!