Give examples for value types?



Give examples for value types?..

Answer / Aarti Rani

Some examples of value types in C# include structs, enum, integral types (such as int, byte, short, etc.), and floating-point types (such as float, double, decimal).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How more than one version of an assembly can keep in same place?

1 Answers  


Which namespace is required to implement trace ?

1 Answers  


Explain the 3 types of properties in c# with an example?

1 Answers  


What is func delegate in c#?

1 Answers  


What is the use of 0 in c#?

1 Answers  


What is serialization of data?

1 Answers  


Write a sample code to write the contents to text file in c#?

1 Answers  


What are immutable types in c#?

1 Answers  


Can we write class inside a class in c#?

1 Answers  


What are the Uses of CLR

1 Answers   TCS,


State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?

1 Answers   Siebel,


What are the extension methods in c#?

1 Answers  


Categories