Click here to Skip to main content
15,913,027 members

Comments by Member 14718560 (Top 1 by date)

Member 14718560 16-Jan-20 18:51pm View    
Sir, if I replace this array with regular array (double[] wsave) can you tell me what would be the result of this statement (wsave+n) by considering n=10 and array size =3?
Does this true:
wsave[0]=3
wsave[1]=3
wsave[2]=3