341) Consider the declaration
int a = 5, *b = &a;
The statement
printf("%d", a * b);
prints
Answer is:
an error message
Related C Programming MCQ with Answers
Answer is:
c = d; and d = a;
Answer is:
same as that of sizeof (t)
Answer is: