ahhhhhhhh8558 ahhhhhhhh8558 Today at 11:17 AM Engineering Answered Examine the following code:1| string s = "abc";2| string t = s;Is line 2 a call to a constructor or an assignment operator?