alondrasorteg8379 alondrasorteg8379 04-03-2024 Computers and Technology contestada Can you initialize a structure like this? struct my_str { int x; float y; } mine = { 0, 0.0 };