Wednesday, 18 April 2012

What happens on executing the following code? | C++

On executing the preceding code, the following error occurs:
The string, Welcome, is unnamed because the constant variable is not declared and it is assigned to the non-constant reference, &alphabets, which is not allowed.

No comments: