struct Address { private int plotno; private String city; } Address a = new Address(); Address b; b = a;
Comments