Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the String in C# meant for?

a) Variable
b) Character Array
c) Object
d) Class

Answer: c
Explanation: C# Supports a predefined reference type known as string. When we declare a string using string type we are declaring the object to be of type “System.String”.

Join The Discussion