zyreahunt1055 zyreahunt1055 04-03-2024 Computers and Technology contestada Can you initialize a structure like this? struct my_str { int x; float y; }; void my_func(int n) { my_str mine = { n, 0.0 }; }