Wednesday 1 December 2010

Consider the following code segment. What will the following code segment display? int main(){ int age[10] = {0}; cout << age ;}

► Values of all elements of array
► Value of first element of array
Starting address of array
► Address of last array element

No comments:

Post a Comment