51. Namespaces

Question.3

A developer shortens a deeply nested namespace:

namespace HW = Board::Drivers::Hardware;
HW::gpio_set(PIN_5, HIGH);

What does this achieve?

Need Help? Refer to the Quick Guide below

Select Answer