Sail E0 Webinar
Question
Explain how arrays in GO works differently then C?
Options:
A .  Arrays are values, assigning one array to another copies all the elements
B .  If you pass an array to a function, it will receive a copy of the array, not a pointer to it
C .  The size of an array is part of its type. The types [10] int and [20] int are distinct
D .  All of these
Answer: Option D





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers