题目内容

以下不是合法的标识符的是:

A. _mind
B. userName
C. 3open
D. CSharpe

查看答案
更多问题

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中HelloWorld是____

A. 命名空间
B. 类
C. 函数
D. 方法

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中Program是____

A. 命名空间
B. 类
C. 函数
D. 方法

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中Main是____

A. 命名空间
B. 类
C. 函数
D. 方法

C#,读作____.(不读 C 井号哦)

答案查题题库