#include <iostream> int main() { const char* myName{ "Alex" }; // pointer to symbolic constant std::cout << myName << '\n'; return 0; }.
確定! 回上一頁