Consider the C code: int arr[5] = {1,2,3,4,5}; int *ptr = arr; Which statement about sizeof is correct?
Consider the C code: int arr[5] = {1,2,3,4,5}; int *ptr = arr;…
Written by
in
Written by
in
Consider the C code: int arr[5] = {1,2,3,4,5}; int *ptr = arr; Which statement about sizeof is correct?
Leave a Reply