CP pointer Q27

0. Consider the following segment
char *a, *b, c[10], d[10];
a = b;
b = c;
c = d;
d = a;
choose the statements having errors

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 *