Programming - Arrays - Discussion

You Are Here :: Home > C++ Language > Arrays - Discussion

 



Q.

Which of the following gives the memory address of the first element in array?                         


A. array[0]; B. array[1];
C. array(2); D. array;

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion