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

Explain different types of html, web and server controls.

0 Answers  


What is msil, il?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


What is the difference between odbc and ado?

0 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  






Explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


How to produce an assembly?

0 Answers  


Why did they call it .net?

0 Answers  


What is Assembly?

1 Answers   DELL, Wipro,


Explain role-based security in .Net.

2 Answers  


What is the Difference between directcast and ctype?

3 Answers   Wipro,


Categories