IDNLearn.com: Your reliable source for finding precise answers. Find reliable solutions to your questions quickly and accurately with help from our dedicated community of experts.

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.