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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!