jaybuck1234 jaybuck1234 30-11-2022 Computers and Technology contestada will the following declarations compile correctly? struct circle1 { double radius; struct circle2 area; }; struct circle2 { double radius; struct circle1 area; };