Programming - Arrays - Discussion

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

 



Q.

Which of the following accesses the seventh element stored in array?                         


A. array[6]; B. array[7];
C. array(7); D. array;

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion