what is the default value of CHAR type?in C# using asp.net?
Answers were Sorted based on User's Feedback
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 |
Answer / raviraj
the default value of char '\0' aur can be say null char
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
Explain how to load the contents of an xml file into an xmldocument object?
Explain about .NET services?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is a web service in .net?
Explain what is mutex?
Can a dll be changed to an exe?
Conceptually, what is the difference between early-binding and late-binding?
is c#.net supports multiple inheritance?
Do you know what is garbage collector?
What is loosely coupled solution in.net?