Which of the following is not a C memory allocation function?

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


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A cookie is a text file that resides on the server of a web site. 2. Cookies should be avoided because they can cause security breaches during the transmission of a web page from server to client. 3. The time() function returns the current time measured in the number of seconds since January 1 of the current year. 4. It is possible to set a cookie without an expiration date. 5. The setcookie() function is used to define a cookie.

Computer Science & Information Technology

A ________ is a program that gives an outsider access to a computer's operating system at the administrator level

A) rootkit B) spyware C) DoS D) Trojan

Computer Science & Information Technology

A(n) ____ style is a style rule inserted into the opening tag of an element using the style attribute.

A. online B. outline C. inline D. code line

Computer Science & Information Technology

If a numeric value is undefined in a key's value, what is it set to?

A. undefined B. null C. 0 D. -1

Computer Science & Information Technology