Are you sure you're getting this? Click the correct answer from the options.
Which of the following options describes a feature of the std::format
function introduced in C++20?
Click the option that best answers the question.
- It behaves just like `printf` but in a more user-friendly way.
- It replaces `{}` in a string with a provided parameter.
- It helps make the code more verbose.
- It operates exactly the same as `std::cout`.