what is the default value of CHAR type?in C# using asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
Please explain what is the difference between constants and read-only variables?
Explain what does managed mean in the .net context?
What is the concept of inheritance in .net?
Explain what is a delegate?
What is the root class in .net?
What is Complex Class in .NET?
What's the use of system.diagnostics.process class in .net?
Tell about your technical profile ?
What is Code group in .Net with respect to CAS
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is stored procedure ? how we use it in .NET ?
What is a variable of implicit type and what is its scope?
What is the difference between a namespace and assembly name in .net?
What is a formatter in .net?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?