is there any different b/w:
auto arr = new int[10];
and
int[10] arr;
?

Reply via email to