Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
6.2 With Respect to Arrays and Pointers?
#1
Is the following code permitted or prohibited by rule 6.2?
Code:
signed char a[10] = {"123456789"};
signed char *b = "123456789";
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)