二级二级C++2004年9月全国计算机等级考试二级笔试试卷&公共基础知识及C++语言程序设计
题目内容

下列程序的输出结果是#include <iostream>using namespace std;int main(){char a[] = "Hello, World";char *ptr = a;while (*ptr){if (*ptr >= 'a' &amp;&amp; *ptr <= 'z')cout << char(*ptr + 'A' -'a');else cout << *ptr;ptr++;}return 0;}

2024-07-09

A.HELLO, WORLD

B.Hello, World

C.hELLO, wORLD

D.hello, world

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端