Search⌘ K

Test Yourself: New Attributes in C++20

Test your knowledge of the new attributes added in C++20. This lesson helps you evaluate your grasp on attribute enhancements to write optimized and efficient code.

We'll cover the following...

Choose the possible correct answer(s).

1.

[[nodiscard]] can be used in: Multi-select

A.

function declaration

B.

enumeration declaration

C.

class declaration


1 / 3

I hope ...