minstcordell4048 minstcordell4048 Today at 10:43 AM Engineering Answered Examine the following code:1| string s = "abc";2| string t = s;In line 2. Is it a copy or a move?