what is the default value of CHAR type?in C# using asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
How is .net able to support a lot of languages?
Please explain what is the .net framework and how does it work?
What is an anonymous method and how is it different from a lambda expression?
Difference between value type & reference types ?
What should you do to store an object in a viewstate?
Using activex control in .net?
Is there any thread in our .net programs?
How boxing and unboxing occures in memory?
Can I write my own .net host?
Is .net is a language?
What is a design pattern and what is it for?
How anonymous method is different from a lambda expression?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What is the difference between a debug and release build?
Do you know what is lambda expressions in c#?