What is an alternative &arr[0]
to point to the first element of an array?
Common Pitfall: Can we iterate through an array using its name as the first element then using ++
postfix operator?
Is *a
equivalent to a[]
in Function Parameters?
Can we subscript a Pointer as it it was an Array Name?