...

/

Test Yourself: New Attributes in C++20

Test Yourself: New Attributes in C++20

Attempt the following quiz to test your understanding of the new attributes in C++20.

We'll cover the following...

Choose the possible correct answer(s).

1.

[[nodiscard]] can be used in:

A.

function declaration

B.

enumeration declaration

C.

class declaration


1 / 3

I hope ...