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 |
What is a strategy pattern? Implement it.
What are remotable objects in .NET Remoting?
What is Finalizer in .NET define Dispose and Finalize ?
How do you trigger the paint event in system.drawing?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
Explain about managed heap?
Why inheritance is important?
Explain garbage collection?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is SOAP? How you will do windows and forms authentication?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
What does il do?