what is the default value of CHAR type?in C# using asp.net?

Answers were Sorted based on User's Feedback



what is the default value of CHAR type?in C# using asp.net?..

Answer / vishal

The default value is '\0'

Is This Answer Correct ?    58 Yes 2 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / palash

Default value of char ='\0'
Default value of string = Null
Default value of int= 0
Default value of float= 0.0

Is This Answer Correct ?    7 Yes 0 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / raviraj

the default value of char '\0' aur can be say null char

Is This Answer Correct ?    4 Yes 0 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / mohan raj

empty

Is This Answer Correct ?    2 Yes 5 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / swathi

there will be no default value.. you have to assign it..
else it will give you error like " unassigned variable.."

Is This Answer Correct ?    3 Yes 9 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / kuldeep chauhan

ZERO

Is This Answer Correct ?    4 Yes 17 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / hiral shah

string

Is This Answer Correct ?    6 Yes 25 No

Post New Answer

More Dot Net General Interview Questions

Explain what is the difference between web application and enterprise application?

0 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

0 Answers  


Explain the use of activex control in .net?

0 Answers  


What?s SingleCall activation mode used for?

1 Answers  






which is the best dot net coaching center in visakhapatnam??

3 Answers  


How to convert a .NET object into COM operabililty?

0 Answers   Petranics Solutions,


Difference abstract class and interface in .net?

0 Answers  


Do you know what is lambda expressions in c#?

0 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,


Why MVC programming model preferred?

1 Answers  


Explain how to rename a table using sql queries?

0 Answers  


Categories