What happens when you concatenate two strings?
1.You cannot concatenate strings in .NET.
2.The second string object is modified so it contains the concatenated strings.
3.A third string object is created containing the concatenated strings.
4.The first string object is modified so it contains the concatenated strings.
Posted Date:-2022-08-10 06:12:17