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
Explain the top .net class that everything is derived from?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is the difference between odbc and ado?
What are the security policy levels in .Net
Is .net a language?
What relationship is between a process, application domain, and application?
What is value type and refernce type in .net?
What is difference between .net core and .net standard?
What is the difference between a class and an object, and how do these terms relate to each other?
What is multiThreading in .NET?
Can you edit data in repeater control? How?
How can I get at the win32 api from a .net program?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Is .net core free?
Explain the different types of proxy patterns?