Consider the C code: int arr[5] = {1,2,3,4,5}; int *ptr = arr;…

Written by

in

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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

More posts