• 2022-06-17 问题

    下列指令完成什么功能:<br/>gcc -E -o hello.cpp hello.c -m32 A: . 预处理生成cpp预处理中间文件; B: . 编译成.cpp可执行文件; C: . 编译成.s的汇编代码; D: .编译成.o目标代码;

    下列指令完成什么功能:<br/>gcc -E -o hello.cpp hello.c -m32 A: . 预处理生成cpp预处理中间文件; B: . 编译成.cpp可执行文件; C: . 编译成.s的汇编代码; D: .编译成.o目标代码;

  • 2022-06-17 问题

    Linux下,hello.c生成hello可执行程序的过程中,gcc -S hello.cpp -o hello.s 是哪个过程()? A: 预处理 B: 编译 C: 汇编 D: 链接

    Linux下,hello.c生成hello可执行程序的过程中,gcc -S hello.cpp -o hello.s 是哪个过程()? A: 预处理 B: 编译 C: 汇编 D: 链接

  • 2022-06-01 问题

    要查找所有扩展名为cpp的文件,应在“搜索窗口”的“全部或部分文件名”文本框中输入()。 A: cpp B: cpp* C: *cpp D: *.cpp

    要查找所有扩展名为cpp的文件,应在“搜索窗口”的“全部或部分文件名”文本框中输入()。 A: cpp B: cpp* C: *cpp D: *.cpp

  • 2021-04-14 问题

    语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello

    语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello

  • 2022-06-05 问题

    ​若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为?​ A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'

    ​若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为?​ A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'

  • 2022-06-16 问题

    在C++程序设计时,应尽可能降低文件的编译期依赖性. 这里所说的依赖性,是指: A: 一个头文件依赖另一个头文件 B: 一个cpp文件依赖另一个cpp文件 C: 一个cpp文件依赖另一个头文件 D: 一个头文件依赖另一个cpp文件

    在C++程序设计时,应尽可能降低文件的编译期依赖性. 这里所说的依赖性,是指: A: 一个头文件依赖另一个头文件 B: 一个cpp文件依赖另一个cpp文件 C: 一个cpp文件依赖另一个头文件 D: 一个头文件依赖另一个cpp文件

  • 2021-04-14 问题

    编写一个Python程序,输出如下语句 Hello Python Hello Python Hello Python Hello Python Hello Python

    编写一个Python程序,输出如下语句 Hello Python Hello Python Hello Python Hello Python Hello Python

  • 2022-06-09 问题

    以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello

    以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello

  • 2022-06-06 问题

    下面代码的运行结果是( )。var str= "hello world" ;var str1=str.toUpperCase();var str2=str.toLowerCase() ;alert (str1) ;alert (str2) ; A: "HELLO WORLD","HELLO WORLD" B: "HELLO WORLD","hello world" C: "hello worl","HELLO WORLD" D: "hello world","hello world"

    下面代码的运行结果是( )。var str= "hello world" ;var str1=str.toUpperCase();var str2=str.toLowerCase() ;alert (str1) ;alert (str2) ; A: "HELLO WORLD","HELLO WORLD" B: "HELLO WORLD","hello world" C: "hello worl","HELLO WORLD" D: "hello world","hello world"

  • 2022-06-01 问题

    下列嵌套关系正确的是 A: hello B: hello C: hello D: hello

    下列嵌套关系正确的是 A: hello B: hello C: hello D: hello

  • 1 2 3 4 5 6 7 8 9 10