Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

The C++ standard library provides code that’s organized into a. folders b. namespaces c. sublibraries d. none of the above

Sagot :

Answer:

Namespaces ( B )

Explanation:

The codes in the C++ standard library are organized into folders Known as  namespaces .

namespaces are general used to organize various codes into logical groups to avoid name collisions that may occur when there is the presence of multiple libraries in a code base.