What are the 2 types of data types available in c#?



What are the 2 types of data types available in c#?..

Answer / Sujt Kumar Srivastava

Value Types (like int, char, struct) and Reference Types (like class, arrays, string)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does break do in loop?

1 Answers  


What are the types of comments in c#?

1 Answers  


What is a string c#?

1 Answers  


What is string empty?

1 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

2 Answers   Mind Tree,


What is join in c#?

1 Answers  


Can we inherit an abstract class in another abstract class. If no why and If yes how..?

2 Answers  


What is the purpose of a constructor in c#?

1 Answers  


What are object oriented concepts?

6 Answers   Adea, Microsoft,


What is datatable and dataset in c#?

1 Answers  


Explain about generics in c#.net?

1 Answers  


What is throw in c#?

1 Answers  


Categories