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 |
Explain the difference between public and static modifiers?
What is assembly in .net?
State the various features present in .NET?
What is the difference between a debug and release build?
why you wouldn't want to write into it even if you could
What are the benefits of Model-View-Controller Architecture?
Explain webfarm vs webgardens in .net?
Name the classes that are introduced in the system.numerics namespace.
What does mean by .net framework?
How do you generate a strong name?
What is a formatter in .net?
Is .net core managed code?