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...


Explain pointers in go?



Explain pointers in go?..

Answer / Sandeep Kumar Shukla

Pointers in Go are variables that store the memory address of another variable. They allow you to modify the original variable indirectly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What are channels in go language and how can you use them?

1 Answers  


What is type casting in golang?

1 Answers  


What is the gopath environment variable?

1 Answers  


What is string literals?

1 Answers  


Explain the syntax for 'for' loop.

1 Answers  


How will you document libraries?

1 Answers  


Explain dynamic type declaration of a variable in go programming language?

1 Answers  


How can you distribute tasks in go to different machines?

1 Answers  


How you to access command line arguments passed to a go program?

1 Answers  


What is type assertion in go? What does it do?

1 Answers  


What is token in go programming?

1 Answers  


What is the usage of break statement, continue statement and goto statement?

1 Answers  


Categories