In the context of coding, what is a library and what is is used for? What library have you used so far, and how have you used it?
A library is a bunch of prewritten code and you use it to code. An example of a library is the <iostream> that you use when using c++. <iostream> makes the code easier and shorter to type.
No comments:
Post a Comment