Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rule 8.3: int n[4] vs. int n[] ?
#1
Within the context of this rule, is the following definition/declaration pair allowed?

Code:
int n[4];


int n[];
<t></t>
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)