1.

Which of the following is true about packages in Go?

A. The first line of the program package defines the package name in which a Go program should lie.
B. It is a must statement as Go programs runs in packages.
C. Each package has a path and name associated with it.
D. All of the above
Answer» E.


Discussion

No Comment Found