How many string objects are created in this piece of code: string first = "tick"; string second = first + "tech"; second += "fly";
1.5
2.1
3.2
4.4
Answer:2
Posted Date:-2022-08-15 11:29:21