Pregunta de entrevista de Novus Labs

What is a string ?

Respuesta de la entrevista

Anónimo

29 sep 2024

It varies by language. In C++ a string is a null terminated array of characters of the 'char' type.