what is the default value of CHAR type?in C# using asp.net?
Answer Posted / vishal
The default value is '\0'
| Is This Answer Correct ? | 58 Yes | 2 No |
Post New Answer View All Answers
What is dot net architecture?
Do I have any control over the garbage collection algorithm?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Difference between class and interface in .net?
What is value type and refernce type in .net?
What do the terms “boxing” and “unboxing” mean?
What are nullable types in .NET
What's the problem with .net generics?
What is DTS and explain the purpose of it?
What are three common acronyms used in .net, and what do they stand for?
What's wrong with a line like this? Datetime.parse(mystring);
Can a try block have more than one catch block?
When we use windows api in .net is it managed or unmanaged code?
Tell us what is a sealed class?
What is garbage collection and how it works ?