Question: 1. Which can declare and initialize an empty array of char type named "c" that will have up to 5 elements in C++? A. char[] c = new char(5); B.
確定! 回上一頁