What is a library file? Where are the C language libraries located in LINUX and UNIX? Give examples of three C libraries.

What will be an ideal response?

It is a method to archive multiple object files into one. The libraries are located in the /lib and /usr/lib directories. Three examples of C libraries are:
libc.a (The C language library)
libm.a (The math library)
libpthread.a (The Pthread library)

Computer Science & Information Technology

You might also like to view...

Which statement about hashing is false?

a. Hashing facilitates high-speed storing and retrieval of data. b. Two different data items can hash to the same cell; this is called a collision. c. A load factor of 0.5 usually results in good hashing performance, but less efficient utilization of memory. d. A load factor of 1.0 usually results in good hashing performance, but less efficient utilization of memory.

Computer Science & Information Technology

The quality of your printed document depends on its ____.

A. print resolution B. computer C. scanner D. e-mail system

Computer Science & Information Technology