struct Info { char ch; int id; }; auto ptr = new Info; it is confuse me, I am beginner . so now info address is point to the first field argument which is allo...