1.

Thomas says that name of an array is a pointer by default. Do you agree with him? Justify.

Answer»

Yes. C++ takes the array name as the address of its first element. That is, the name of an array is actually a pointer pointing to the first element of an array.



Discussion

No Comment Found