answersLogoWhite

0


Best Answer

A library file on a computer is the user's personal file. It could be a series of pictures downloaded to the computer, documents scanned into the computer, or a music file.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a library file and give examples?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

2.what are the advantages of database management approach to the file processing approach Give examples to illustrate your answer?

what are the advantages of database management approach to the file processing approach Give examples to illustrate your answer


Give examples of file extensions for graphics files?

JPG,GIF,Bmp


How do you drag a file onto iTunes?

To drag a music or video file into your iTunes library, left-click the file and hold, drag the file into your iTunes library and it will sync the file into your library.


What happens to the file in a library if you deleted the library from your list of library?

They get deleted with the library


How is a library file incorporated in a C program?

Every library requires a header file (.h file) that can be included in any translation unit that requires access to the library. The header describes the library interface. The library implementation may be provided by a corresponding .c source file in which case you can compile the library into your program just as you would any other translation unit. However, most library implementations are provided by a precompiled library file (.lib file) and you generally won't have access to the source file. The precompiled library file is required by the linker while the corresponding header is required by the compiler.


How do you add music to itunes from your music library?

Click "File" (located in the top left corner) Click on Add file to library, or Cick on Add Folder to Library Select the location of the file/folder of your music library Click Ok


Give the names of library functions included in string file?

strlen, strcpy, strcmp and many others. Consult your help system.


How do I upload music to LimeWire?

In Limewire - In the Library -Shared Files - files and folders - To manually add a file or folder to the Library - Go to Tools/Options/Sharing then add the folder you want to share by browsing to correct path (ex - by dragging it into the Library - just drag the file or folder to the Library), it appears in this section under the "Individually Shared File" icon. To share a file or folder and add it to the Library. To unshare a file or folder, go to the LimeWire Library, then right-click the file or folder, and select "Stop Sharing File" (or Folder).


How do you find out the name of a library file of its corresponding header file?

i can't answer it


The library drawer-upon-drawer file that contains information about every book in the library is called?

The library drawer-upon-drawer file that contains information about every book in the library is called the catalog or library catalog.


What is fliibycom?

Fliiby stands for File Library. It's mission is to create the world's first digital file library. It is an easy-to-use service for multiple file uploading and publishing.


How can i add the Dhcpsapi library in code blocks IDE?

Link your project to the dhcpsapi.lib library file and include the dhcpsapi.h header file in all translation units that make use of the library.