Domanda di colloquio di Novus Labs

What is a string ?

Risposta di colloquio

Anonimo

29 set 2024

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