This is actually a piece of code from the golang help pages. Thank you, Suhail
On Tue, 19 May, 2020, 10:17 AM SAIFI, <[email protected]> wrote: > On Tue, 19 May 2020, Muhammed Suhail wrote: > > > Hello Team, > > > > Could you tell me why the following result comes up. > > Question > > Sscanf(" 1234567 ", "%5s%d", &s, &i) //yields s=12345,i=67 > > > > Please share the complete function as > you have written. > > Saifi. >

