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 pointer is represented in go?



How pointer is represented in go?..

Answer / Shivam Kumar

In Go, a pointer is represented as a memory address. To declare a pointer variable, you prepend an asterisk (*) to the variable name. For example, var p *int declares a pointer to an integer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What is type “bool” default value?

1 Answers  


Explain what a modular programming language is?

1 Answers  


Explain why type assertion is used in go language?

1 Answers  


What is l-value and r-value in go?

1 Answers  


How can you check a variable type at runtime in go programming language?

1 Answers  


What is go?

1 Answers  


What are the advantages/ benefits of go programming language?

1 Answers  


Why is type assertion used?

1 Answers  


What is default value of a global variable in go?

1 Answers  


What is the usage of continue statement in go programming language?

1 Answers  


How a pointer is represented in go?

1 Answers  


Why golang is fast?

1 Answers  


Categories