p := new(*int) // p = *int c := make([]int,100) // c = array of int with 100 elements