Which keyword is used to define a new type in Go?
Which of the following is NOT a basic data type in Go?
What is the default type of an untyped constant in Go?
Which of the following is a valid integer type in Go?
Which of the following is a floating-point type in Go?
What is the maximum value that can be stored in an int32 variable in Go?
What is the maximum value that can be stored in an int64 variable in Go?
What is the output of the following code: fmt.Println(1 != 1)
Which of the following statements about Go functions is true?
What is the difference between an array and a slice in Go?