Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, Can any one tell me how to convert the below code to c# Int *ptr; ptr=&array[0]; sum = avg(ptr,index) I know that we can use ref key word but how do i assign the address to ptr?