0
kicks
return a = “hello”; What will Happen?
I came across an interesting piece of code the other day, something I didn’t even know possible in C# - return a = "hello";.
What do you think this line returns?