Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.09 KB | None | 0 0
  1.     p := new(*int)   // p = *int
  2.     c := make([]int,100)  // c = array of int with 100 elements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement