A

Admin • 833K Points
Coach

Q. Choose a correct statement about C structure

Code:
int main()
{
struct ship
{

};
return 0;
}
  • (A) There is no use of defining an empty structure
  • (B) It is wrong to define an empty structure
  • (C) Member variables can be added to a structure even after its first definition.
  • (D) None of the above
  • Correct Answer - Option(A)
  • Views: 16
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.