ksout9827 ksout9827 15-01-2024 Computers and Technology contestada What declaration allows all elements in the standard C++ library to be accessed in an unqualified manner (without std prefix)? A. using namespace std; B. using std::all_elements; C. std::unqualified_access; D. std::without_prefix;