Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can variable type be checked at the runtime?



How can variable type be checked at the runtime?..

Answer / Rahul Datta

Go does not have dynamic typing. Variables have their types checked during compile-time, but there is a runtime interface named Type assertions which allows checking the type of a value at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What is function closures in go pragramming?

1 Answers  


Is “maps” value types?

1 Answers  


What a modular programming language is?

1 Answers  


What is go programming language?

1 Answers  


Why should one use go programming language?

1 Answers  


How would you print type of variable in go?

1 Answers  


Is it recommended to use global variables in a program that implements goroutines?

1 Answers  


Is go a case sensitive language?

1 Answers  


Does go (golang) support operator overloading?

1 Answers  


What are the several built-in supports in go?

1 Answers  


What is cgo golang?

1 Answers  


What is the default value of a local variable in go?

1 Answers  


Categories