MCQOPTIONS
Saved Bookmarks
| 1. |
What if size is zero in the following C statement? |
| A. | Allocate a memory location with zero length |
| B. | Free the memory pointed to by ptr |
| C. | Undefined behaviour |
| D. | Doesn’t do any reallocation of ptr i.e. no operationView Answer |
| Answer» C. Undefined behaviour | |