首页题库练习题目详情
Visual Basic语言程序设计单选题中等

下列哪项是VB中连接字符串的合法方式?

As = "Hello" + "World"
Bs = "Hello" * "World"
Cs = "Hello" & "World"
Ds = "Hello" - "World"