what is the default value of CHAR type?in C# using asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
Do I have any control over the garbage collection algorithm?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is .net latest version?
What is strong-typing versus weak-typing? Which is preferred?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What do you mean by web service?
What is Flyout Design Pattern in .NET?
How can you assign an rgb color to a system.drawing.color object?
What are asp.net authentication providers and iis security?
Explain the procedure to add assemly to gac to make it shared one?
How is .net able to support multiple languages?
How anonymous method is different from a lambda expression?
What are the different.net tools which you used in projects?
Explain what is the difference between constants and read-only variables?
What is UDDI and how to register the web service in it?