Qtr No. 213, New Town Yehlanka
Indore 454775, India
What’s the output of the following code?
package main
import "fmt"
func main() {
var flagA int8 = 3
var flagB int16 = 4
sum := flagA + flagB
fmt.Println(sum)
}
7
Compilation Error due to mismatched types
4
3
To get all Go Programming Language - Assessment Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee