51. Namespaces

Question.2

A developer puts using namespace UART; in a header file:

// driver.h
using namespace UART;
void configure();  // Which init() does this call?

What is the problem?

Need Help? Refer to the Quick Guide below

Select Answer