Good morning, I'd like to know if I can do something like this ...
typedef struct Result
{
int low, high, sum;
} Result;
Result teste(){
return {.low = 0, .high = 100, .sum = 150};
}
I know this would not be a right way, but is there...
asked by
06.09.2014 / 15:36