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 are the different types of remote object creation mode in .net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What do the terms “boxing” and “unboxing” mean?
where are connection strings stored?
Why SOAP is required?
Name for built-in permission sets in .Net
What are the fundamental objects in ADO.NET?
How can we convert XML data into DataBase table IN .Net?
What is the use of trace utility?
How to find methods of a assembly file (not using ILDASM) Reflection
Explain soap and xml?
What operating systems does the .net framework run on?