The function that returns memory to the heap is:

A. alloc( )
B. calloc( )
C. free( )
D. malloc( )
E. realloc( )


Answer: C

Computer Science & Information Technology

You might also like to view...

Which situation would require the operator to be overloaded as a non-member function?

a. The overloaded operator is =. b. The left most operand must be a class object (or a reference to a class object). c. The left operand is an int. d. The operator returns a reference.

Computer Science & Information Technology

Virtual PC is an example of a Type 2 hypervisor

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is a repetition structure in C++?

A. if B. switch C. while...do D. do...while

Computer Science & Information Technology

You can assign properties to tables.

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

Computer Science & Information Technology