I understand string is reference type.
string s;
Is "s" pointing a stack or heap object ?