• 2022-06-29
    下列()组全是合法的用户自定义标识符。
    A: default,While
    B: score,0xsum
    C: Integer,class_name
    D: Short,operator
  • C

    内容

    • 0

      下列标识中合法的用户标识符为____.

    • 1

      下列是合法的用户自定义标识符的是( )。

    • 2

      如何声明一个PHP的用户自定义类() A: <?phpclass Class_name(){}?> B: <?Function Function_name{}?> C: <?class Class_name{}?> D: <?Function Function_name(){}?>

    • 3

      _____是合法的用户自定义标识符

    • 4

      在JAVA语言中下列哪组不是合法的用户标识符(选两项) A: integer 和 1ch B: Int 和 scan C: case 和 public D: _ch 和 integer