...

/

Quiz: C++20 Features

Quiz: C++20 Features

Test your understanding of the new features in C++20.

We'll cover the following...
Technical Quiz
1.

Which function returns a string representation of virtually any type or value?

A.

static_assert()

B.

constexpr()

C.

format()

D.

version


1 / 7
...