struct customer *ptr = malloc( sizeof( struct customer ) ); Given the sample allocation for the pointer ptr found above, which of the following statements is used to reallocate ptr to be an array of 10 elements?
Reveal answer
Fill a bubble to check yourself