Which of the following statements is correct?

Loading

Choose the correct option.

Which of the following statements is correct?

A. The expressions “int a[]” and “int *a” are same.
B. It is possible to pass structure as an argument to a function.
C. An array of structure  is not acceptable.
D. In a union, each member uses different memory locations.

Leave a Comment