What is the output of the below code?
//Assume all necessary imports are done
func main() {
names := []string{"John", "Ron", "Leia", "Annie"}
cpNames1 := make([]string, len(names))
copy(cpNames1, names)
names[1] = "Joey"
fmt.Println(names[1] == cpNames1[1])
}

True

False

Correct Option - b

To get all Infosys Certified Go Programmer Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in