What do you mean by predefined types in C#?

 Posted by Goud.Kv on 9/4/2014 | Category: C# Interview questions | Views: 1905 | Points: 40
Answer:

Predefined types are the special types supported by the compiler.
They include signed, unsigned, bool, decimal, char etc.

Predefined types are generally strings[/I and objects. As we know that object is the base type of all the other types, so it includes all the literal types.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response