what is the default value of CHAR type?in C# using asp.net?

Answers were Sorted based on User's Feedback



what is the default value of CHAR type?in C# using asp.net?..

Answer / vishal

The default value is '\0'

Is This Answer Correct ?    58 Yes 2 No

what is the default value of CHAR type?in C# using asp.net?..

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

what is the default value of CHAR type?in C# using asp.net?..

Answer / raviraj

the default value of char '\0' aur can be say null char

Is This Answer Correct ?    4 Yes 0 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / mohan raj

empty

Is This Answer Correct ?    2 Yes 5 No

what is the default value of CHAR type?in C# using asp.net?..

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 the default value of CHAR type?in C# using asp.net?..

Answer / kuldeep chauhan

ZERO

Is This Answer Correct ?    4 Yes 17 No

what is the default value of CHAR type?in C# using asp.net?..

Answer / hiral shah

string

Is This Answer Correct ?    6 Yes 25 No

Post New Answer

More Dot Net General Interview Questions

What are the different types of remote object creation mode in .net?

0 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


What do the terms “boxing” and “unboxing” mean?

0 Answers  


where are connection strings stored?

1 Answers   Manhattan,


Why SOAP is required?

0 Answers   Alcatel-Lucent,


Name for built-in permission sets in .Net

1 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


How can we convert XML data into DataBase table IN .Net?

3 Answers   Indus Media, Wipro,


What is the use of trace utility?

1 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


Explain soap and xml?

0 Answers  


What operating systems does the .net framework run on?

0 Answers  


Categories