Advertisement
Guest User

Untitled

a guest
May 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int myFunction(int * myArray, int size) {
  2. // whatever code...
  3. }
  4. int myFunction(int myArray[], int size) {
  5. // whatever code...
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement