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 is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


What is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


Why you want to leave your previous company.

0 Answers  


What is the best way to crack the certification?

0 Answers  






State the differences between the dispose() and finalize().

0 Answers  


what user controls are and what server controls are and the differences between the two.

0 Answers  


Why SOAP is required?

0 Answers   Alcatel-Lucent,


What is WSDL? Explain its architecture?

0 Answers   Amdocs,


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


What are the namespace available in .net?

0 Answers  


what is assembly?

2 Answers   Manhattan,


Categories