位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 专业技术初级资格程序员基础知识2002年程序员试卷(上)

● In C language, the usual expression statements are  (75)  or function calls.

发布时间:2024-07-09

A.I/Os

B.assignments

C.operations

D.evaluations

试卷相关题目

  • 1● In C language,  (74)  is a collection of one or more variables, possibly of different types, grouped together under a single name for convenient handling.

    A.a structure

    B.a file

    C.an array

    D.a string

    开始考试点击查看答案
  • 2● In C program, it is convenient to use a  (73)  to exit from a loop.

    A.end

    B.break

    C.stop

    D.quit

    开始考试点击查看答案
  • 3●In C language, the increment and decrement    (72)  can only be applied to variables, so an expression like x=(i+j)++ is illegal.

    A.operation

    B.operate

    C.operator

    D.operand

    开始考试点击查看答案
  • 4● In C language,    (70)  variables have to be defined outside function, this    (71)  actual storage for it.

    A.internal

    B.output

    C.export

    D.external

    开始考试点击查看答案
  • 5● When a string constant is written in C program, the compiler creates  (69)  of characters containing the characters of the string, and terminating it with “”.

    A.a group

    B.an array

    C.a set

    D.a series

    开始考试点击查看答案
返回顶部