Show how to return the store allocated by this statement to the heap manager for reallocation.

Given the type definitions:
```
const int STRING_SIZE = 20;
struct ListNode
{
char item[STRING_SIZE];
int count;
ListNode * link;
};
ListNode *head = new ListNode[10];
```


delete [] head;

Computer Science & Information Technology

You might also like to view...

If a namespace prefix is declared more than once, only the last instance is used in the style sheet.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) _____ is central to individuals and organizations of all sizes and ensures that information can be shared across all business functions and all levels of management to support the running and managing of a business.

A. transaction processing system B. enterprise system C. procurement system D. batch processing system

Computer Science & Information Technology

A Web page ____ often contains a company name and tagline, as shown in the accompanying figure.

A. navigation area B. footer C. content area D. masthead

Computer Science & Information Technology

A roaming profile allows administrators access to a user's password, because it is stored on the network

Indicate whether the statement is true or false

Computer Science & Information Technology