In a function is it better to define 4 arguements of type string, or one single arguement of type struct that contains these values?
↧
In a function is it better to define 4 arguements of type string, or one single arguement of type struct that contains these values?