Consider the below-mentioned code snippet and find the output.
package main

import "fmt"
var (
custName = "Stuart"+" Little" // ------------------->Line 1
age = 22
phoneNo = 7023377442 //-------------------------->Line 2

)
var city="New York" //-------------------------------->Line 3
func main() {
fmt.Println(custName, age, phoneNo)
}

StuartLittle 22 7023377442

Stuart Little 22 7023377442

StuartLittle227023377442

StuartLittle 227023377442

Verified Answer
Correct Option - b

To get all Infosys Certified Go Developer 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