Write a C++ program that declares three arrays of char elements. The first two arrays are
initialized with string literal constants, "Please, enter your first name: " and "Hello, ", while the
third one is left uninitialized for the first name entered.
Comments