Solved

​Give a Code Example of Using the Equivalence Operator ("==")

Question 41

Essay

​Give a code example of using the equivalence operator ("==") to compare the addresses of two strings where the comparison will result in the value true . The example should produce output indicating the strings have the same value.

Correct Answer:

verifed

Verified

​string stringA="Hello";
stri...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions