Basics Of C++ Q.11

0. Consider the declarations
char a;
const char aa = 'h';
char *na;
const char *naa;
Which of the following statements
Statement I: aa = a;
Statement II: na = &a;
Statement III: na = &aa;
is/are illegal? 

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *