Google News
logo
Golang - Quiz(MCQ)
______ is a way to convert a variable from one data type to another data type.
A)
Type casting
B)
GoMap
C)
GoCast
D)
Interface

Correct Answer :   Type casting


Explanation : Type casting is a way to convert a variable from one data type to another data type.

Advertisement