Which statement is correct about the following code:
int main(int argc, char* argv[])
{
  int a[3] = { 1, 2, 3 };
  int b[2] = { 1, 2 };
  a = b; 
  return 0;
}

Мобильное приложение Beta

Get it on Google Play