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 |
Explaing your project.
Class for getting the info that is on clipboard of our system in a windows App?
When displaying fonts, what is the difference between pixels, points and ems?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
what is the difference between class and structures?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain me what is encapsulation?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Tell us the differences between an interface and an abstract class in .net?
What tools can I use to develop .net applications?
What is .net code security?
What is CCW (COM Callable Wrapper)