Novus Labs Interview Question

What is a string ?

Interview Answer

Anonymous

Sep 29, 2024

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