0
Can anyone tell me auto and string keyword difference
auto vs string
1 Odpowiedź
+ 2
"Auto" is used for automatic type deduction of a variable based on the assigned value, while "string" represents a data type that allows working with strings in programming.