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 how to manage pagination in a page using .net?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
How to find methods of a assembly file (not using ILDASM) Reflection
What is stored procedure ? how we use it in .NET ?
what is the default security setting in .net?
What is a formatter in .net?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
What is immutability?
Can you write a class without specifying namespace?
Please explain is the jit an interpreter?
Difference between machine.config and web.config?
Tell us what is the native image generator?