Question: Question 15 3 pts Suppose we have a variable: string message = Hello; What is the result of this statement? string message2 = message; message

Question 15 3 pts Suppose we have a variable: string message = "Hello"; What is the result of this statement? string message2 = message; message and message2 pointers refer to the same string object Invalid statement message2 is an alias of message two string objects are allocated in memory and contain "Hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
