Variable Sized Arrays

  • + 1 comment

    why should we use "a[i].push_back(data)"?Is there anything wrong in using "a[i,j]" instead of that?I didn't get the output.