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 assemblies in .net?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
What is the difference between function and stored procedure?
Explain how viewstate is being formed and how it's stored on client in .net?
explain the states of a window service application?
What should you do to store an object in a viewstate?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Please explain the difference between constants and read-only variables?
What is Application Domain?
How do you turn off cookies for one page in your site? Give an example.
What is the use of common language runtime?
What is dot net architecture?