下列程序的输出结果是( )。
#include <iostream>
using namespace std;
void main()
{
char a[] = "Hello, World";
har *ptr = a;
while (*ptr)
{
if (*ptr >= 'a' && *ptr <= 'z')
cout << char(*ptr + 'A' -'a');
else cout << *ptr;
ptr++; }}
发布于 2021-02-15 16:34:02
- 体验AI问答!更聪明、超智能!
- 一款基于GPT的超级AI助手,可以对话、创作、写文案!