aorilneedshelp148 aorilneedshelp148 23-11-2022 Computers and Technology contestada what type of value will myfunc() return for the given program? typedef struct sample struct { int a; int b; } sample; sample myfunc() { sample s; prin