342) Consider the following segment
char *a, *b, c[10], d[10];
a = b;
b = c;
c = d;
d = a;
choose the statements having errors
Answer is:
c = d; and d = a;
Related C Programming MCQ with Answers
Answer is:
same as that of sizeof (t)
Answer is:
All of these
Answer is: