Computer Science, asked by diptijaveri3293, 1 year ago

How to pass pointers as parameters to methods in C#?

Answers

Answered by aditya5424
0

passing pointer to a function in C programming in this examples we are passing a pointer to a function when when we pass pointer to an pointer as an argument instead of a variable then the address of the variable is passed instead of the value

Similar questions