Quiz: C++20 Features
Test your understanding of the new features in C++20.
We'll cover the following...
1
Which function returns a string representation of virtually any type or value?
A)
static_assert()
B)
constexpr()
C)
format()
D)
version
Question 1 of 70 attempted
...