Re: [go-nuts] Can anyone explain this code Please. It is not giving expected result.

2020-01-25 Thread Ian Lance Taylor
On Sat, Jan 25, 2020 at 9:15 AM burak serdar wrote: > > On Sat, Jan 25, 2020 at 9:55 AM Kaleemullah Software Engineer > wrote: > > > > > > When i change the value U at 0 index , It changes the value of t and u at > > zero index why it is not changing the value of S. Please Explain I got > > stu

Re: [go-nuts] Can anyone explain this code Please. It is not giving expected result.

2020-01-25 Thread burak serdar
On Sat, Jan 25, 2020 at 9:55 AM Kaleemullah Software Engineer wrote: > > > When i change the value U at 0 index , It changes the value of t and u at > zero index why it is not changing the value of S. Please Explain I got stuck > here. > > > > > package main > > import ( > "fmt" > ) > > func mai