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 arrays in go works differently then c ?



How arrays in go works differently then c ?..

Answer / Mohd Danish Khan

In Go, arrays are not automatically initialized and have a fixed length. They can only be declared with the specific size at creation time. Also, Go array indices start from 0 instead of C's 1.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What is string types?

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  


Why is type assertion used?

1 Answers  


Does go (golang) support operator overloading?

1 Answers  


How pointer is represented in go?

1 Answers  


What is type “bool” default value?

1 Answers  


What are goroutines?

1 Answers  


How to check a variable type at runtime in go?

1 Answers  


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

1 Answers  


How to swap two values in golang?

1 Answers  


What are the advantages of go?

1 Answers  


Categories