what is the default value of CHAR type?in C# using asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
What is strong-typing versus weak-typing? Which is preferred?
What are the new features of Framework 1.1 ?
What is iis? Have you used it?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
How is .net able to support multiple languages?
How will you load an assembly which is not referenced by current assembly?
How many namespaces are in .net version 1.1?
Tell us what is heap and what is stack?
Is there any attempt system for microsoft technology papers?
What are the differences between an interface and an abstract class in .net?
What is namespace in .net?
What's the .net collection class that allows an element to be accessed using a unique key?
How server form post-back works?
Will my .net app run on 64-bit windows?
What is .net and why it is used?