Consider the following code segment What will the following code-03233
Consider the following code segment. What will the following code segment display? int main(){int age[10] = {0};cout << age ;}
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.14.
Consider the following code segment. What will the following code segment display? int main(){int age[10] = {0};cout << age ;}
Address of last array element
Value of first element of array
Starting address of array
Values of all elements of array