Pointers Q.2

0. Consider the declarations
const char cc = 'h' ;
char *CP ;
const char *const ccpc = &CC;
char *const *cpcp ;
Which of the following statements
Statement I: cp = * cpcp ;
Statement II: * * cpcp = * cp ;
Statement III: * cp = * * cpcp ;
are legal?

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 *