Pergunta de entrevista da empresa Autodesk

what does const &str mean in the reverse a str ques?

Resposta da entrevista

Sigiloso

8 de jan. de 2026

&str means I’m passing a reference to a string that I promise not to modify inside the function.