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 slice in go?

1 Answers  


How to create a function in go?

1 Answers  


What is string literals?

1 Answers  


How many ways we can pass parameters to a function in go programming?

1 Answers  


What is workspace in go?

1 Answers  


What is go (golang) programming language?

1 Answers  


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

1 Answers  


What is range keyword in go?

1 Answers  


What are maps in go?

1 Answers  


What is type assertion in go?

1 Answers  


What is workspace in go programming?

1 Answers  


Can we declare a class in go?

1 Answers  


Categories